Uses of Class
net.minecraft.world.entity.vehicle.boat.ChestBoat
Packages that use ChestBoat
-
Uses of ChestBoat in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type ChestBoatModifier and TypeFieldDescriptionstatic final EntityType<ChestBoat> EntityTypes.ACACIA_CHEST_BOATstatic final EntityType<ChestBoat> EntityTypes.BIRCH_CHEST_BOATstatic final EntityType<ChestBoat> EntityTypes.CHERRY_CHEST_BOATstatic final EntityType<ChestBoat> EntityTypes.DARK_OAK_CHEST_BOATstatic final EntityType<ChestBoat> EntityTypes.JUNGLE_CHEST_BOATstatic final EntityType<ChestBoat> EntityTypes.MANGROVE_CHEST_BOATstatic final EntityType<ChestBoat> EntityTypes.OAK_CHEST_BOATstatic final EntityType<ChestBoat> EntityTypes.PALE_OAK_CHEST_BOATstatic final EntityType<ChestBoat> EntityTypes.SPRUCE_CHEST_BOATMethods in net.minecraft.world.entity that return types with arguments of type ChestBoatModifier and TypeMethodDescriptionprivate static EntityType.EntityFactory<ChestBoat> EntityTypes.chestBoatFactory(Supplier<Item> dropItem) -
Uses of ChestBoat in net.minecraft.world.entity.vehicle.boat
Constructor parameters in net.minecraft.world.entity.vehicle.boat with type arguments of type ChestBoat