Class CommandBlockMinecartEntity.MinecartCommandLogic
java.lang.Object
net.minecraft.tileentity.CommandBlockLogic
net.minecraft.entity.item.minecart.CommandBlockMinecartEntity.MinecartCommandLogic
- All Implemented Interfaces:
ICommandSource
- Enclosing class:
- CommandBlockMinecartEntity
-
Field Summary
Fields inherited from interface net.minecraft.command.ICommandSource
NULL
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.tileentity.CommandBlockLogic
acceptsFailure, acceptsSuccess, getCommand, getLastOutput, getName, getSuccessCount, isTrackOutput, load, performCommand, save, sendMessage, setCommand, setLastOutput, setName, setSuccessCount, setTrackOutput, shouldInformAdmins, usedBy
-
Constructor Details
-
MinecartCommandLogic
public MinecartCommandLogic()
-
-
Method Details
-
getLevel
- Specified by:
getLevel
in classCommandBlockLogic
-
onUpdated
public void onUpdated()- Specified by:
onUpdated
in classCommandBlockLogic
-
getPosition
- Specified by:
getPosition
in classCommandBlockLogic
-
getMinecart
-
createCommandSourceStack
- Specified by:
createCommandSourceStack
in classCommandBlockLogic
-