Uses of Class
net.minecraft.world.entity.vehicle.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> EntityType.ACACIA_CHEST_BOATstatic final EntityType<ChestBoat> EntityType.BIRCH_CHEST_BOATstatic final EntityType<ChestBoat> EntityType.CHERRY_CHEST_BOATstatic final EntityType<ChestBoat> EntityType.DARK_OAK_CHEST_BOATstatic final EntityType<ChestBoat> EntityType.JUNGLE_CHEST_BOATstatic final EntityType<ChestBoat> EntityType.MANGROVE_CHEST_BOATstatic final EntityType<ChestBoat> EntityType.OAK_CHEST_BOATstatic final EntityType<ChestBoat> EntityType.PALE_OAK_CHEST_BOATstatic final EntityType<ChestBoat> EntityType.SPRUCE_CHEST_BOATMethods in net.minecraft.world.entity that return types with arguments of type ChestBoatModifier and TypeMethodDescriptionprivate static EntityType.EntityFactory<ChestBoat> EntityType.chestBoatFactory(Supplier<Item> pBoatItemGetter) -
Uses of ChestBoat in net.minecraft.world.entity.vehicle
Constructor parameters in net.minecraft.world.entity.vehicle with type arguments of type ChestBoat