Uses of Class
net.minecraft.entity.item.minecart.CommandBlockMinecartEntity
-
Packages that use CommandBlockMinecartEntity Package Description net.minecraft.entity net.minecraft.entity.item.minecart -
-
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.item.minecart
Methods in net.minecraft.entity.item.minecart that return CommandBlockMinecartEntity Modifier and Type Method Description CommandBlockMinecartEntityCommandBlockMinecartEntity.MinecartCommandLogic. getMinecart()Constructor parameters in net.minecraft.entity.item.minecart with type arguments of type CommandBlockMinecartEntity Constructor Description CommandBlockMinecartEntity(EntityType<? extends CommandBlockMinecartEntity> p_i50123_1_, World p_i50123_2_)
-