Uses of Class
net.minecraft.world.entity.vehicle.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> EntityType.ACACIA_BOATstatic final EntityType<Boat> EntityType.BIRCH_BOATstatic final EntityType<Boat> EntityType.CHERRY_BOATstatic final EntityType<Boat> EntityType.DARK_OAK_BOATstatic final EntityType<Boat> EntityType.JUNGLE_BOATstatic final EntityType<Boat> EntityType.MANGROVE_BOATstatic final EntityType<Boat> EntityType.OAK_BOATstatic final EntityType<Boat> EntityType.PALE_OAK_BOATstatic final EntityType<Boat> EntityType.SPRUCE_BOATMethods in net.minecraft.world.entity that return types with arguments of type BoatModifier and TypeMethodDescriptionprivate static EntityType.EntityFactory<Boat> EntityType.boatFactory(Supplier<Item> pBoatItemGetter) -
Uses of Boat in net.minecraft.world.entity.vehicle
Constructor parameters in net.minecraft.world.entity.vehicle with type arguments of type Boat