Uses of Enum Class
net.minecraft.entity.vehicle.BoatEntity.Type
Packages that use BoatEntity.Type
Package
Description
-
Uses of BoatEntity.Type in net.minecraft.block.dispenser
Fields in net.minecraft.block.dispenser declared as BoatEntity.TypeConstructors in net.minecraft.block.dispenser with parameters of type BoatEntity.Type -
Uses of BoatEntity.Type in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type BoatEntity.TypeModifier and TypeFieldDescriptionprivate final Map<BoatEntity.Type,
com.mojang.datafixers.util.Pair<Identifier, CompositeEntityModel<BoatEntity>>> BoatEntityRenderer.texturesAndModels
Methods in net.minecraft.client.render.entity with parameters of type BoatEntity.TypeModifier and TypeMethodDescriptionprivate CompositeEntityModel<BoatEntity>
BoatEntityRenderer.createModel
(EntityRendererFactory.Context ctx, BoatEntity.Type type, boolean chest) private static String
BoatEntityRenderer.getTexture
(BoatEntity.Type type, boolean chest) -
Uses of BoatEntity.Type in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type BoatEntity.TypeModifier and TypeMethodDescriptionstatic EntityModelLayer
EntityModelLayers.createBoat
(BoatEntity.Type type) static EntityModelLayer
EntityModelLayers.createChestBoat
(BoatEntity.Type type) static EntityModelLayer
EntityModelLayers.createChestRaft
(BoatEntity.Type type) static EntityModelLayer
EntityModelLayers.createRaft
(BoatEntity.Type type) -
Uses of BoatEntity.Type in net.minecraft.entity.vehicle
Fields in net.minecraft.entity.vehicle with type parameters of type BoatEntity.TypeModifier and TypeFieldDescriptionprivate static final IntFunction<BoatEntity.Type>
BoatEntity.Type.BY_ID
static final StringIdentifiable.Codec<BoatEntity.Type>
BoatEntity.Type.CODEC
Methods in net.minecraft.entity.vehicle that return BoatEntity.TypeModifier and TypeMethodDescriptionstatic BoatEntity.Type
BoatEntity.Type.getType
(int type) static BoatEntity.Type
BoatEntity.getVariant()
static BoatEntity.Type
Returns the enum constant of this class with the specified name.static BoatEntity.Type[]
BoatEntity.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.vehicle with parameters of type BoatEntity.Type -
Uses of BoatEntity.Type in net.minecraft.item
Fields in net.minecraft.item declared as BoatEntity.TypeConstructors in net.minecraft.item with parameters of type BoatEntity.TypeModifierConstructorDescriptionBoatItem
(boolean chest, BoatEntity.Type type, Item.Settings settings) -
Uses of BoatEntity.Type in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type BoatEntity.TypeModifier and TypeFieldDescriptionstatic final VariantPredicates<BoatEntity.Type>
TypeSpecificPredicate.Deserializers.BOAT