Uses of Class
net.minecraft.item.trim.ArmorTrim
Packages that use ArmorTrim
Package
Description
The base package for all Minecraft classes.
-
Uses of ArmorTrim in net.minecraft
Fields in net.minecraft with type parameters of type ArmorTrim -
Uses of ArmorTrim in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type ArmorTrimModifier and TypeMethodDescriptionprivate voidArmorFeatureRenderer.renderTrim(RegistryEntry<ArmorMaterial> armorMaterial, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, ArmorTrim trim, A model, boolean leggings) -
Uses of ArmorTrim in net.minecraft.item.trim
Fields in net.minecraft.item.trim with type parameters of type ArmorTrimModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ArmorTrim> ArmorTrim.CODECstatic final PacketCodec<RegistryByteBuf, ArmorTrim> ArmorTrim.field_49278