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.common
Fields in net.minecraft.network.protocol.common declared as ServerboundResourcePackPacket.ActionModifier and TypeFieldDescriptionprivate final ServerboundResourcePackPacket.Action
ServerboundResourcePackPacket.action
The field for theaction
record component.Methods in net.minecraft.network.protocol.common that return ServerboundResourcePackPacket.ActionModifier and TypeMethodDescriptionServerboundResourcePackPacket.action()
Returns the value of theaction
record 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 aServerboundResourcePackPacket
record class.