public class EntityMinecartCommandBlock.MinecartCommandLogic extends CommandBlockBaseLogic
| Constructor and Description |
|---|
MinecartCommandLogic() |
| Modifier and Type | Method and Description |
|---|---|
EntityMinecartCommandBlock |
func_210167_g() |
CommandSource |
getCommandSource() |
Vec3d |
getPositionVector() |
WorldServer |
getWorld() |
void |
updateCommand() |
allowLogging, getCommand, getLastOutput, getName, getSuccessCount, readDataFromNBT, sendMessage, setCommand, setLastOutput, setName, setSuccessCount, setTrackOutput, shouldReceiveErrors, shouldReceiveFeedback, shouldTrackOutput, trigger, tryOpenEditCommandBlock, writeToNBTpublic WorldServer getWorld()
getWorld in class CommandBlockBaseLogicpublic void updateCommand()
updateCommand in class CommandBlockBaseLogicpublic Vec3d getPositionVector()
getPositionVector in class CommandBlockBaseLogicpublic EntityMinecartCommandBlock func_210167_g()
public CommandSource getCommandSource()
getCommandSource in class CommandBlockBaseLogic