Uses of Enum Class
net.minecraft.network.packet.s2c.play.TitleS2CPacket.Action
Packages that use TitleS2CPacket.Action
-
Uses of TitleS2CPacket.Action in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as TitleS2CPacket.ActionMethods in net.minecraft.network.packet.s2c.play that return TitleS2CPacket.ActionModifier and TypeMethodDescriptionTitleS2CPacket.getAction()static TitleS2CPacket.ActionReturns the enum constant of this class with the specified name.static TitleS2CPacket.Action[]TitleS2CPacket.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.network.packet.s2c.play with parameters of type TitleS2CPacket.ActionModifierConstructorDescriptionTitleS2CPacket(TitleS2CPacket.Action action, Text title) TitleS2CPacket(TitleS2CPacket.Action action, Text title, int fadeInTicks, int stayTicks, int fadeOutTicks) -
Uses of TitleS2CPacket.Action in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type TitleS2CPacket.ActionModifier and TypeMethodDescriptionprivate static intTitleCommand.method_21139(class_3915 class_3915, Collection<ServerPlayerEntity> collection, Text text, TitleS2CPacket.Action action)