类 LeashStateCommand
java.lang.Object
top.r3944realms.superleadrope.content.command.LeashStateCommand
The type Leash state command.
-
字段概要
字段修饰符和类型字段说明static final StringThe constant APPLY_OFFSET.static final StringThe constant DEFAULT_OFFSET.static final StringThe constant GET_ALL_BLOCK_POS_STATES_.static final StringThe constant GET_ALL_BLOCK_POS_STATES_SUC.static final StringThe constant GET_ALL_STATES_HEAD.static final StringThe constant GET_ALL_UUID_STATES_.static final StringThe constant GET_ALL_UUID_STATES_SUC.static final StringThe constant GET_APPLY_ENTITY_OFFSET_.static final StringThe constant GET_APPLY_ENTITY_OFFSET_NONE.static final StringThe constant GET_APPLY_ENTITY_OFFSET_SUC.static final StringThe constant GET_DEFAULT_APPLY_ENTITY_OFFSET_.static final StringThe constant GET_DEFAULT_APPLY_ENTITY_OFFSET_SUC.static final StringThe constant QUERY_HAS_STATE_.static final StringThe constant QUERY_HAS_STATE_SUC.static final StringThe constant RESET_ALL_HOLDER_.static final StringThe constant RESET_ALL_HOLDER_SUC.static final StringThe constant RESET_APPLY_ENTITY_ALL_.static final StringThe constant RESET_APPLY_ENTITY_ALL_SUC.static final StringThe constant RESET_HOLDER_FOR_.static final StringThe constant RESET_HOLDER_FOR_BLOCK_POS_.static final StringThe constant RESET_HOLDER_FOR_BLOCK_POS_SUC.static final StringThe constant RESET_HOLDER_FOR_SUC.static final StringThe constant SET_APPLY_ENTITY_.static final StringThe constant SET_APPLY_ENTITY_SUC.static final StringThe constant SET_HOLDER_FOR_.static final StringThe constant SET_HOLDER_FOR_BLOCK_POS_.static final StringThe constant SET_HOLDER_FOR_BLOCK_POS_SUC.static final StringThe constant SET_HOLDER_FOR_SUC.static final StringThe constant SLP_LEASH_STATE_MESSAGE_. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidregister(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher) Register.
-
字段详细资料
-
SLP_LEASH_STATE_MESSAGE_
The constant SLP_LEASH_STATE_MESSAGE_.- 另请参阅:
-
DEFAULT_OFFSET
The constant DEFAULT_OFFSET.- 另请参阅:
-
APPLY_OFFSET
The constant APPLY_OFFSET.- 另请参阅:
-
RESET_ALL_HOLDER_
The constant RESET_ALL_HOLDER_.- 另请参阅:
-
RESET_ALL_HOLDER_SUC
The constant RESET_ALL_HOLDER_SUC.- 另请参阅:
-
RESET_HOLDER_FOR_
The constant RESET_HOLDER_FOR_.- 另请参阅:
-
RESET_HOLDER_FOR_SUC
The constant RESET_HOLDER_FOR_SUC.- 另请参阅:
-
RESET_HOLDER_FOR_BLOCK_POS_
The constant RESET_HOLDER_FOR_BLOCK_POS_.- 另请参阅:
-
RESET_HOLDER_FOR_BLOCK_POS_SUC
The constant RESET_HOLDER_FOR_BLOCK_POS_SUC.- 另请参阅:
-
RESET_APPLY_ENTITY_ALL_
The constant RESET_APPLY_ENTITY_ALL_.- 另请参阅:
-
RESET_APPLY_ENTITY_ALL_SUC
The constant RESET_APPLY_ENTITY_ALL_SUC.- 另请参阅:
-
SET_HOLDER_FOR_
The constant SET_HOLDER_FOR_.- 另请参阅:
-
SET_HOLDER_FOR_SUC
The constant SET_HOLDER_FOR_SUC.- 另请参阅:
-
SET_HOLDER_FOR_BLOCK_POS_
The constant SET_HOLDER_FOR_BLOCK_POS_.- 另请参阅:
-
SET_HOLDER_FOR_BLOCK_POS_SUC
The constant SET_HOLDER_FOR_BLOCK_POS_SUC.- 另请参阅:
-
SET_APPLY_ENTITY_
The constant SET_APPLY_ENTITY_.- 另请参阅:
-
SET_APPLY_ENTITY_SUC
The constant SET_APPLY_ENTITY_SUC.- 另请参阅:
-
QUERY_HAS_STATE_
The constant QUERY_HAS_STATE_.- 另请参阅:
-
QUERY_HAS_STATE_SUC
The constant QUERY_HAS_STATE_SUC.- 另请参阅:
-
GET_ALL_UUID_STATES_
The constant GET_ALL_UUID_STATES_.- 另请参阅:
-
GET_ALL_UUID_STATES_SUC
The constant GET_ALL_UUID_STATES_SUC.- 另请参阅:
-
GET_ALL_BLOCK_POS_STATES_
The constant GET_ALL_BLOCK_POS_STATES_.- 另请参阅:
-
GET_ALL_BLOCK_POS_STATES_SUC
The constant GET_ALL_BLOCK_POS_STATES_SUC.- 另请参阅:
-
GET_APPLY_ENTITY_OFFSET_
The constant GET_APPLY_ENTITY_OFFSET_.- 另请参阅:
-
GET_APPLY_ENTITY_OFFSET_SUC
The constant GET_APPLY_ENTITY_OFFSET_SUC.- 另请参阅:
-
GET_APPLY_ENTITY_OFFSET_NONE
The constant GET_APPLY_ENTITY_OFFSET_NONE.- 另请参阅:
-
GET_DEFAULT_APPLY_ENTITY_OFFSET_
The constant GET_DEFAULT_APPLY_ENTITY_OFFSET_.- 另请参阅:
-
GET_DEFAULT_APPLY_ENTITY_OFFSET_SUC
The constant GET_DEFAULT_APPLY_ENTITY_OFFSET_SUC.- 另请参阅:
-
GET_ALL_STATES_HEAD
The constant GET_ALL_STATES_HEAD.- 另请参阅:
-
-
构造器详细资料
-
LeashStateCommand
public LeashStateCommand()
-
-
方法详细资料
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher) Register.- 参数:
dispatcher- the dispatcher
-