Uses of Class
net.minecraft.world.entity.vehicle.boat.Boat
Packages that use Boat
-
Uses of Boat in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type BoatModifier and TypeFieldDescriptionstatic final EntityType<Boat> EntityTypes.ACACIA_BOATstatic final EntityType<Boat> EntityTypes.BIRCH_BOATstatic final EntityType<Boat> EntityTypes.CHERRY_BOATstatic final EntityType<Boat> EntityTypes.DARK_OAK_BOATstatic final EntityType<Boat> EntityTypes.JUNGLE_BOATstatic final EntityType<Boat> EntityTypes.MANGROVE_BOATstatic final EntityType<Boat> EntityTypes.OAK_BOATstatic final EntityType<Boat> EntityTypes.PALE_OAK_BOATstatic final EntityType<Boat> EntityTypes.SPRUCE_BOATMethods in net.minecraft.world.entity that return types with arguments of type BoatModifier and TypeMethodDescriptionprivate static EntityType.EntityFactory<Boat> EntityTypes.boatFactory(Supplier<Item> boatItem) -
Uses of Boat in net.minecraft.world.entity.vehicle.boat
Constructor parameters in net.minecraft.world.entity.vehicle.boat with type arguments of type Boat