类 Command
java.lang.Object
top.r3944realms.superleadrope.content.command.Command
The type Command.
-
字段概要
字段修饰符和类型字段说明static final StringThe constant ABBREVIATION.static final StringThe constant ALL_HOLDERS.static final StringThe constant ALL_KNOTS.static final StringThe constant BASE_.static final StringThe constant BLOCK_POS.static final StringThe constant COLON.static final StringThe constant END.static final StringThe constant FAIL.static final intThe constant MAX_SHOW_NUMBER.static final StringThe constant NONE.static final StringThe constant PREFIX.static booleanThe constant SHOULD_USE_PREFIX.static final StringThe constant SLP_LEASH_MESSAGE_.static final StringThe constant STATE.static final StringThe constant SUC.static final StringThe constant SUC_FAIL. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static net.minecraft.network.chat.ComponentgetSLPName(net.minecraft.core.BlockPos pos) Gets slp name.static net.minecraft.network.chat.ComponentgetSLPName(net.minecraft.world.entity.Entity entity) Gets slp name.
-
字段详细资料
-
PREFIX
The constant PREFIX. -
SHOULD_USE_PREFIX
public static boolean SHOULD_USE_PREFIXThe constant SHOULD_USE_PREFIX. -
BASE_
The constant BASE_.- 另请参阅:
-
ABBREVIATION
The constant ABBREVIATION.- 另请参阅:
-
BLOCK_POS
The constant BLOCK_POS.- 另请参阅:
-
SUC
The constant SUC.- 另请参阅:
-
FAIL
The constant FAIL.- 另请参阅:
-
SUC_FAIL
The constant SUC_FAIL.- 另请参阅:
-
COLON
The constant COLON.- 另请参阅:
-
MAX_SHOW_NUMBER
public static final int MAX_SHOW_NUMBERThe constant MAX_SHOW_NUMBER.- 另请参阅:
-
END
The constant END.- 另请参阅:
-
NONE
The constant NONE.- 另请参阅:
-
STATE
The constant STATE.- 另请参阅:
-
SLP_LEASH_MESSAGE_
The constant SLP_LEASH_MESSAGE_.- 另请参阅:
-
ALL_KNOTS
The constant ALL_KNOTS.- 另请参阅:
-
ALL_HOLDERS
The constant ALL_HOLDERS.- 另请参阅:
-
-
构造器详细资料
-
Command
public Command()
-
-
方法详细资料
-
getSLPName
public static net.minecraft.network.chat.Component getSLPName(net.minecraft.world.entity.Entity entity) Gets slp name.- 参数:
entity- the entity- 返回:
- the slp name
-
getSLPName
public static net.minecraft.network.chat.Component getSLPName(net.minecraft.core.BlockPos pos) Gets slp name.- 参数:
pos- the pos- 返回:
- the slp name
-