Uses of Enum Class
net.minecraft.client.render.entity.equipment.EquipmentModel.LayerType
Packages that use EquipmentModel.LayerType
Package
Description
-
Uses of EquipmentModel.LayerType in net.minecraft.client.data
Fields in net.minecraft.client.data with type parameters of type EquipmentModel.LayerTypeModifier and TypeFieldDescriptionprivate static final List<EquipmentModel.LayerType> AtlasDefinitionProvider.EQUIPMENT_MODEL_LAYER_TYPES -
Uses of EquipmentModel.LayerType in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as EquipmentModel.LayerTypeModifier and TypeFieldDescription(package private) final EquipmentModel.LayerTypeAbstractDonkeyEntityRenderer.Type.saddleLayerType(package private) final EquipmentModel.LayerTypeUndeadHorseEntityRenderer.Type.saddleLayerTypeConstructors in net.minecraft.client.render.entity with parameters of type EquipmentModel.LayerTypeModifierConstructorDescriptionprivateType(Identifier texture, EntityModelLayer adultModelLayer, EntityModelLayer babyModelLayer, EquipmentModel.LayerType saddleLayerType, EntityModelLayer adultSaddleModelLayer, EntityModelLayer babySaddleModelLayer) privateType(Identifier texture, EntityModelLayer modelLayer, EntityModelLayer babyModelLayer, EquipmentModel.LayerType saddleLayerType, EntityModelLayer saddleModelLayer, EntityModelLayer babySaddleModelLayer) -
Uses of EquipmentModel.LayerType in net.minecraft.client.render.entity.equipment
Fields in net.minecraft.client.render.entity.equipment declared as EquipmentModel.LayerTypeModifier and TypeFieldDescriptionprivate final EquipmentModel.LayerTypeEquipmentRenderer.LayerTextureKey.layerTypeThe field for thelayerTyperecord component.private final EquipmentModel.LayerTypeEquipmentRenderer.TrimSpriteKey.layerTypeThe field for thelayerTyperecord component.Fields in net.minecraft.client.render.entity.equipment with type parameters of type EquipmentModel.LayerTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EquipmentModel.LayerType> EquipmentModel.LayerType.CODECprivate final Map<EquipmentModel.LayerType, List<EquipmentModel.Layer>> EquipmentModel.Builder.layersprivate final Map<EquipmentModel.LayerType, List<EquipmentModel.Layer>> EquipmentModel.layersThe field for thelayersrecord component.Methods in net.minecraft.client.render.entity.equipment that return EquipmentModel.LayerTypeModifier and TypeMethodDescriptionEquipmentRenderer.LayerTextureKey.layerType()Returns the value of thelayerTyperecord component.EquipmentRenderer.TrimSpriteKey.layerType()Returns the value of thelayerTyperecord component.static EquipmentModel.LayerTypeReturns the enum constant of this class with the specified name.static EquipmentModel.LayerType[]EquipmentModel.LayerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.render.entity.equipment that return types with arguments of type EquipmentModel.LayerTypeModifier and TypeMethodDescriptionEquipmentModel.layers()Returns the value of thelayersrecord component.Methods in net.minecraft.client.render.entity.equipment with parameters of type EquipmentModel.LayerTypeModifier and TypeMethodDescriptionEquipmentModel.Builder.addLayers(EquipmentModel.LayerType layerType, EquipmentModel.Layer[] layers) EquipmentModel.Layer.getFullTextureId(EquipmentModel.LayerType layerType) EquipmentModel.getLayers(EquipmentModel.LayerType layerType) <S> voidEquipmentRenderer.render(EquipmentModel.LayerType layerType, RegistryKey<EquipmentAsset> assetKey, Model<? super S> model, S s, ItemStack itemStack, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue, int int2, int int3) <S> voidEquipmentRenderer.render(EquipmentModel.LayerType layerType, RegistryKey<EquipmentAsset> assetKey, Model<? super S> model, S s, ItemStack itemStack, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue, int int2, @Nullable Identifier identifier, int int3, int int4) Constructors in net.minecraft.client.render.entity.equipment with parameters of type EquipmentModel.LayerTypeModifierConstructorDescription(package private)LayerTextureKey(EquipmentModel.LayerType layerType, EquipmentModel.Layer layer) Creates an instance of aLayerTextureKeyrecord class.(package private)TrimSpriteKey(ArmorTrim trim, EquipmentModel.LayerType layerType, RegistryKey<EquipmentAsset> equipmentAssetId) Creates an instance of aTrimSpriteKeyrecord class.Constructor parameters in net.minecraft.client.render.entity.equipment with type arguments of type EquipmentModel.LayerTypeModifierConstructorDescriptionCreates an instance of aEquipmentModelrecord class. -
Uses of EquipmentModel.LayerType in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature declared as EquipmentModel.LayerTypeModifier and TypeFieldDescriptionprivate final EquipmentModel.LayerTypeSaddleFeatureRenderer.layerTypeMethods in net.minecraft.client.render.entity.feature with parameters of type EquipmentModel.LayerTypeModifier and TypeMethodDescriptionprivate booleanCapeFeatureRenderer.hasCustomModelForLayer(ItemStack stack, EquipmentModel.LayerType layerType) Constructors in net.minecraft.client.render.entity.feature with parameters of type EquipmentModel.LayerTypeModifierConstructorDescriptionSaddleFeatureRenderer(FeatureRendererContext<S, RM> context, EquipmentRenderer equipmentRenderer, EquipmentModel.LayerType layerType, Function<S, ItemStack> function, EM eM, EM eM2) SaddleFeatureRenderer(FeatureRendererContext<S, RM> context, EquipmentRenderer equipmentRenderer, EquipmentModel.LayerType layerType, Function<S, ItemStack> saddleStackGetter, EM adultModel, EM babyModel, int int2)