Uses of Class
net.minecraft.entity.vehicle.BoatEntity
Packages that use BoatEntity
-
Uses of BoatEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type BoatEntityModifier and TypeFieldDescriptionstatic final EntityType<BoatEntity> EntityType.ACACIA_BOATstatic final EntityType<BoatEntity> EntityType.BIRCH_BOATstatic final EntityType<BoatEntity> EntityType.CHERRY_BOATstatic final EntityType<BoatEntity> EntityType.DARK_OAK_BOATstatic final EntityType<BoatEntity> EntityType.JUNGLE_BOATstatic final EntityType<BoatEntity> EntityType.MANGROVE_BOATstatic final EntityType<BoatEntity> EntityType.OAK_BOATstatic final EntityType<BoatEntity> EntityType.PALE_OAK_BOATstatic final EntityType<BoatEntity> EntityType.SPRUCE_BOATMethods in net.minecraft.entity that return types with arguments of type BoatEntityModifier and TypeMethodDescriptionprivate static EntityType.EntityFactory<BoatEntity> EntityType.getBoatFactory(Supplier<Item> itemSupplier) -
Uses of BoatEntity in net.minecraft.entity.vehicle
Constructor parameters in net.minecraft.entity.vehicle with type arguments of type BoatEntityModifierConstructorDescriptionBoatEntity(EntityType<? extends BoatEntity> type, World world, Supplier<Item> itemSupplier)