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.texturesAndModelsMethods 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 StringBoatEntityRenderer.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 EntityModelLayerEntityModelLayers.createBoat(BoatEntity.Type type) static EntityModelLayerEntityModelLayers.createChestBoat(BoatEntity.Type type) static EntityModelLayerEntityModelLayers.createChestRaft(BoatEntity.Type type) static EntityModelLayerEntityModelLayers.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_IDstatic final StringIdentifiable.EnumCodec<BoatEntity.Type>BoatEntity.Type.CODECMethods in net.minecraft.entity.vehicle that return BoatEntity.TypeModifier and TypeMethodDescriptionstatic BoatEntity.TypeBoatEntity.Type.getType(int type) static BoatEntity.TypeBoatEntity.getVariant()static BoatEntity.TypeReturns 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