Uses of Record Class
net.neoforged.neoforge.client.model.ExtraFaceData
Packages that use ExtraFaceData
-
Uses of ExtraFaceData in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as ExtraFaceDataModifier and TypeFieldDescriptionprivate ExtraFaceData
BlockElement.faceData
private final ExtraFaceData
BlockElementFace.faceData
The field for thefaceData
record component.Methods in net.minecraft.client.renderer.block.model that return ExtraFaceDataModifier and TypeMethodDescriptionBlockElementFace.faceData()
Returns the value of thefaceData
record component.BlockElement.getFaceData()
Methods in net.minecraft.client.renderer.block.model with parameters of type ExtraFaceDataConstructors in net.minecraft.client.renderer.block.model with parameters of type ExtraFaceDataModifierConstructorDescriptionBlockElement
(org.joml.Vector3f p_361324_, org.joml.Vector3f p_363867_, Map<Direction, BlockElementFace> p_362722_, BlockElementRotation p_360926_, boolean p_361372_, int p_361908_, ExtraFaceData faceData) BlockElementFace
(Direction cullForDirection, int tintIndex, String texture, BlockFaceUV uv, ExtraFaceData faceData, org.apache.commons.lang3.mutable.MutableObject<BlockElement> parent) Creates an instance of aBlockElementFace
record class. -
Uses of ExtraFaceData in net.neoforged.neoforge.client.model
Fields in net.neoforged.neoforge.client.model declared as ExtraFaceDataFields in net.neoforged.neoforge.client.model with type parameters of type ExtraFaceDataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ExtraFaceData> ExtraFaceData.CODEC
Methods in net.neoforged.neoforge.client.model that return ExtraFaceDataModifier and TypeMethodDescriptionstatic @Nullable ExtraFaceData
ExtraFaceData.read
(@Nullable com.google.gson.JsonElement obj, @Nullable ExtraFaceData fallback) Parses an ExtraFaceData from JSONMethods in net.neoforged.neoforge.client.model with parameters of type ExtraFaceDataModifier and TypeMethodDescriptionstatic List
<BlockElement> UnbakedElementsHelper.createUnbakedItemElements
(int layerIndex, TextureAtlasSprite sprite, @Nullable ExtraFaceData faceData) Creates a list of block elements in the shape of the specified sprite contents.static List
<BlockElement> UnbakedElementsHelper.createUnbakedItemMaskElements
(int layerIndex, TextureAtlasSprite sprite, @Nullable ExtraFaceData faceData) Creates a list of block elements in the shape of the specified sprite contents.static @Nullable ExtraFaceData
ExtraFaceData.read
(@Nullable com.google.gson.JsonElement obj, @Nullable ExtraFaceData fallback) Parses an ExtraFaceData from JSON