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_BOAT
static final EntityType
<BoatEntity> EntityType.BIRCH_BOAT
static final EntityType
<BoatEntity> EntityType.CHERRY_BOAT
static final EntityType
<BoatEntity> EntityType.DARK_OAK_BOAT
static final EntityType
<BoatEntity> EntityType.JUNGLE_BOAT
static final EntityType
<BoatEntity> EntityType.MANGROVE_BOAT
static final EntityType
<BoatEntity> EntityType.OAK_BOAT
static final EntityType
<BoatEntity> EntityType.PALE_OAK_BOAT
static final EntityType
<BoatEntity> EntityType.SPRUCE_BOAT
Methods 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)