public class MinecartCommandBlockEntity.MinecartCommandLogic extends CommandBlockLogic
field_213139_a_| Constructor and Description |
|---|
MinecartCommandLogic() |
| Modifier and Type | Method and Description |
|---|---|
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 in class CommandBlockLogicpublic void updateCommand()
updateCommand in class CommandBlockLogicpublic Vec3d getPositionVector()
getPositionVector in class CommandBlockLogicpublic MinecartCommandBlockEntity getMinecart()
public CommandSource getCommandSource()
getCommandSource in class CommandBlockLogic