类 EquipmentLayerRenderer
java.lang.Object
net.minecraft.client.renderer.entity.layers.EquipmentLayerRenderer
-
嵌套类概要
嵌套类修饰符和类型类说明(专用程序包) static final record
(专用程序包) static final record
-
字段概要
字段修饰符和类型字段说明private final EquipmentAssetManager
private final Function
<EquipmentLayerRenderer.LayerTextureKey, ResourceLocation> private static final int
private final Function
<EquipmentLayerRenderer.TrimSpriteKey, TextureAtlasSprite> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static int
getColorForLayer
(EquipmentClientInfo.Layer p_376428_, int p_365160_) void
renderLayers
(EquipmentClientInfo.LayerType p_376060_, ResourceKey<EquipmentAsset> p_375841_, Model p_366052_, ItemStack p_368999_, PoseStack p_366797_, MultiBufferSource p_367071_, int p_365571_) void
renderLayers
(EquipmentClientInfo.LayerType p_377792_, ResourceKey<EquipmentAsset> p_377288_, Model p_366813_, ItemStack p_363462_, PoseStack p_361892_, MultiBufferSource p_369133_, int p_367241_, ResourceLocation p_363056_)
-
字段详细资料
-
NO_LAYER_COLOR
private static final int NO_LAYER_COLOR- 另请参阅:
-
equipmentAssets
-
layerTextureLookup
-
trimSpriteLookup
-
-
构造器详细资料
-
EquipmentLayerRenderer
-
-
方法详细资料
-
renderLayers
public void renderLayers(EquipmentClientInfo.LayerType p_376060_, ResourceKey<EquipmentAsset> p_375841_, Model p_366052_, ItemStack p_368999_, PoseStack p_366797_, MultiBufferSource p_367071_, int p_365571_) -
renderLayers
public void renderLayers(EquipmentClientInfo.LayerType p_377792_, ResourceKey<EquipmentAsset> p_377288_, Model p_366813_, ItemStack p_363462_, PoseStack p_361892_, MultiBufferSource p_369133_, int p_367241_, @Nullable ResourceLocation p_363056_) -
getColorForLayer
-