public class MinecartCommandBlockEntity.MinecartCommandLogic extends CommandBlockLogic
DUMMY| コンストラクタと説明 |
|---|
MinecartCommandLogic() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CommandSource |
getCommandSource() |
MinecartCommandBlockEntity |
getMinecart() |
Vec3d |
getPositionVector() |
ServerWorld |
getWorld() |
void |
updateCommand() |
allowLogging, getCommand, getLastOutput, getName, getSuccessCount, read, sendMessage, setCommand, setLastOutput, setName, setSuccessCount, setTrackOutput, shouldReceiveErrors, shouldReceiveFeedback, shouldTrackOutput, trigger, tryOpenEditCommandBlock, writepublic ServerWorld getWorld()
getWorld クラス内 CommandBlockLogicpublic void updateCommand()
updateCommand クラス内 CommandBlockLogicpublic Vec3d getPositionVector()
getPositionVector クラス内 CommandBlockLogicpublic MinecartCommandBlockEntity getMinecart()
public CommandSource getCommandSource()
getCommandSource クラス内 CommandBlockLogic