Uses of Class
net.minecraft.entity.vehicle.AbstractBoatEntity
Package
Description
-
Uses of AbstractBoatEntity in net.minecraft.block.dispenser
Modifier and TypeFieldDescriptionprivate final EntityType
<? extends AbstractBoatEntity> BoatDispenserBehavior.boatType
ModifierConstructorDescriptionBoatDispenserBehavior
(EntityType<? extends AbstractBoatEntity> boatType) -
Uses of AbstractBoatEntity in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionvoid
AbstractBoatEntityRenderer.updateRenderState
(AbstractBoatEntity abstractBoatEntity, BoatEntityRenderState boatEntityRenderState, float float2) -
Uses of AbstractBoatEntity in net.minecraft.entity.vehicle
Modifier and TypeClassDescriptionclass
class
class
class
class
ModifierConstructorDescriptionAbstractBoatEntity
(EntityType<? extends AbstractBoatEntity> type, World world, Supplier<Item> itemSupplier) -
Uses of AbstractBoatEntity in net.minecraft.item
Modifier and TypeFieldDescriptionprivate final EntityType
<? extends AbstractBoatEntity> BoatItem.boatEntityType
Modifier and TypeMethodDescriptionprivate @Nullable AbstractBoatEntity
BoatItem.createEntity
(World world, HitResult hitResult, ItemStack stack, PlayerEntity player) ModifierConstructorDescriptionBoatItem
(EntityType<? extends AbstractBoatEntity> boatEntityType, Item.Settings settings)