Uses of Class
net.minecraft.entity.vehicle.CommandBlockMinecartEntity
Packages that use CommandBlockMinecartEntity
Package
Description
-
Uses of CommandBlockMinecartEntity in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as CommandBlockMinecartEntityModifier and TypeFieldDescriptionprivate final CommandBlockMinecartEntityMinecartCommandBlockScreen.field_63536Constructors in net.minecraft.client.gui.screen.ingame with parameters of type CommandBlockMinecartEntityModifierConstructorDescriptionMinecartCommandBlockScreen(CommandBlockMinecartEntity commandBlockMinecartEntity) -
Uses of CommandBlockMinecartEntity in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type CommandBlockMinecartEntityModifier and TypeMethodDescriptionvoidClientPlayerEntity.openCommandBlockMinecartScreen(CommandBlockMinecartEntity minecart) -
Uses of CommandBlockMinecartEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type CommandBlockMinecartEntityModifier and TypeFieldDescriptionstatic final EntityType<CommandBlockMinecartEntity> EntityType.COMMAND_BLOCK_MINECART -
Uses of CommandBlockMinecartEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type CommandBlockMinecartEntityModifier and TypeMethodDescriptionvoidPlayerEntity.openCommandBlockMinecartScreen(CommandBlockMinecartEntity minecart) -
Uses of CommandBlockMinecartEntity in net.minecraft.entity.vehicle
Constructor parameters in net.minecraft.entity.vehicle with type arguments of type CommandBlockMinecartEntityModifierConstructorDescriptionCommandBlockMinecartEntity(EntityType<? extends CommandBlockMinecartEntity> type, World world)