Uses of Record Class
net.neoforged.neoforge.client.model.item.DynamicFluidContainerModel.Textures
Packages that use DynamicFluidContainerModel.Textures
-
Uses of DynamicFluidContainerModel.Textures in net.neoforged.neoforge.client.model.item
Fields in net.neoforged.neoforge.client.model.item declared as DynamicFluidContainerModel.TexturesModifier and TypeFieldDescriptionprivate final DynamicFluidContainerModel.TexturesDynamicFluidContainerModel.Unbaked.texturesThe field for thetexturesrecord component.Fields in net.neoforged.neoforge.client.model.item with type parameters of type DynamicFluidContainerModel.TexturesModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DynamicFluidContainerModel.Textures> DynamicFluidContainerModel.Textures.CODECMethods in net.neoforged.neoforge.client.model.item that return DynamicFluidContainerModel.TexturesModifier and TypeMethodDescriptionDynamicFluidContainerModel.Unbaked.textures()Returns the value of thetexturesrecord component.Constructors in net.neoforged.neoforge.client.model.item with parameters of type DynamicFluidContainerModel.TexturesModifierConstructorDescriptionUnbaked(DynamicFluidContainerModel.Textures textures, Fluid fluid, boolean flipGas, boolean coverIsMask, boolean applyFluidLuminosity) Creates an instance of aUnbakedrecord class.