Uses of Enum Class
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientSetCommandBlock.CommandBlockMode
Packages that use WrapperPlayClientSetCommandBlock.CommandBlockMode
-
Uses of WrapperPlayClientSetCommandBlock.CommandBlockMode in com.comphenix.packetwrapper.wrappers.play.serverbound
Methods in com.comphenix.packetwrapper.wrappers.play.serverbound that return WrapperPlayClientSetCommandBlock.CommandBlockModeModifier and TypeMethodDescriptionWrapperPlayClientSetCommandBlock.getMode()Retrieves the value of field 'mode'Returns the enum constant of this class with the specified name.WrapperPlayClientSetCommandBlock.CommandBlockMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.packetwrapper.wrappers.play.serverbound with parameters of type WrapperPlayClientSetCommandBlock.CommandBlockModeModifier and TypeMethodDescriptionvoidWrapperPlayClientSetCommandBlock.setMode(WrapperPlayClientSetCommandBlock.CommandBlockMode value) Sets the value of field 'mode'