Uses of Class
net.minecraft.entity.vehicle.BoatEntity
-
Uses of BoatEntity in net.minecraft.entity
Modifier 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
Modifier and TypeMethodDescriptionprivate static EntityType.EntityFactory
<BoatEntity> EntityType.getBoatFactory
(Supplier<Item> itemSupplier) -
Uses of BoatEntity in net.minecraft.entity.vehicle
ModifierConstructorDescriptionBoatEntity
(EntityType<? extends BoatEntity> type, World world, Supplier<Item> itemSupplier)