Uses of Class
net.minecraft.entity.vehicle.CommandBlockMinecartEntity
| Package | Description |
|---|---|
| net.minecraft.entity | |
| net.minecraft.entity.vehicle |
-
Uses of CommandBlockMinecartEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type CommandBlockMinecartEntity Modifier and Type Field Description static EntityType<CommandBlockMinecartEntity>EntityType. COMMAND_BLOCK_MINECART -
Uses of CommandBlockMinecartEntity in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle that return CommandBlockMinecartEntity Modifier and Type Method Description CommandBlockMinecartEntityCommandBlockMinecartEntity.CommandExecutor. getMinecart()Constructor parameters in net.minecraft.entity.vehicle with type arguments of type CommandBlockMinecartEntity Constructor Description CommandBlockMinecartEntity(EntityType<? extends CommandBlockMinecartEntity> type, World world)