Uses of Record Class
net.minecraftforge.client.model.ForgeFaceData
Package
Description
-
Uses of ForgeFaceData in net.minecraft.client.renderer.block.model
Modifier and TypeFieldDescriptionBlockElement.faceData
Deprecated.private final ForgeFaceData
BlockElementFace.faceData
ModifierConstructorDescriptionBlockElement
(org.joml.Vector3f p_253626_, org.joml.Vector3f p_254426_, Map<Direction, BlockElementFace> p_254454_, BlockElementRotation p_254229_, boolean p_253661_, ForgeFaceData faceData) BlockElementFace
(Direction p_111359_, int p_111360_, String p_111361_, BlockFaceUV p_111362_, ForgeFaceData faceData) -
Uses of ForgeFaceData in net.minecraftforge.client.model
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ForgeFaceData>
ForgeFaceData.CODEC
private final it.unimi.dsi.fastutil.ints.Int2ObjectMap<ForgeFaceData>
ItemLayerModel.layerData
Modifier and TypeMethodDescriptionstatic ForgeFaceData
ForgeFaceData.read
(com.google.gson.JsonElement obj, ForgeFaceData fallback) Parses a ForgeFaceData from JSONModifier and TypeMethodDescriptionstatic ForgeFaceData
ForgeFaceData.read
(com.google.gson.JsonElement obj, ForgeFaceData fallback) Parses a ForgeFaceData from JSONModifier and TypeMethodDescriptionprotected void
ItemLayerModel.Loader.readLayerData
(com.google.gson.JsonObject jsonObject, String name, it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<ResourceLocation> renderTypeNames, it.unimi.dsi.fastutil.ints.Int2ObjectMap<ForgeFaceData> layerData, boolean logWarning) ModifierConstructorDescriptionprivate
ItemLayerModel
(@Nullable com.google.common.collect.ImmutableList<Material> textures, it.unimi.dsi.fastutil.ints.Int2ObjectMap<ForgeFaceData> layerData, it.unimi.dsi.fastutil.ints.Int2ObjectMap<ResourceLocation> renderTypeNames) -
Uses of ForgeFaceData in net.minecraftforge.client.model.generators.loaders
Modifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<ForgeFaceData>
ItemLayerModelBuilder.faceData
-
Uses of ForgeFaceData in net.minecraftforge.client.model.geometry
Modifier and TypeMethodDescriptionstatic List<BlockElement>
UnbakedGeometryHelper.createUnbakedItemElements
(int layerIndex, SpriteContents spriteContents, @Nullable ForgeFaceData faceData) Creates a list of block elements in the shape of the specified sprite contents.static List<BlockElement>
UnbakedGeometryHelper.createUnbakedItemMaskElements
(int layerIndex, SpriteContents spriteContents, @Nullable ForgeFaceData faceData) Creates a list of block elements in the shape of the specified sprite contents.