Uses of Enum Class
net.minecraft.network.protocol.common.ServerboundResourcePackPacket.Action
Packages that use ServerboundResourcePackPacket.Action
- 
Uses of ServerboundResourcePackPacket.Action in net.minecraft.network.protocol.commonFields in net.minecraft.network.protocol.common declared as ServerboundResourcePackPacket.ActionModifier and TypeFieldDescriptionprivate final ServerboundResourcePackPacket.ActionServerboundResourcePackPacket.actionThe field for theactionrecord component.Methods in net.minecraft.network.protocol.common that return ServerboundResourcePackPacket.ActionModifier and TypeMethodDescriptionServerboundResourcePackPacket.action()Returns the value of theactionrecord component.Returns the enum constant of this class with the specified name.static ServerboundResourcePackPacket.Action[]ServerboundResourcePackPacket.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.network.protocol.common with parameters of type ServerboundResourcePackPacket.ActionModifierConstructorDescriptionCreates an instance of aServerboundResourcePackPacketrecord class.