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.Textures
DynamicFluidContainerModel.Unbaked.textures
The field for thetextures
record 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.CODEC
Methods in net.neoforged.neoforge.client.model.item that return DynamicFluidContainerModel.TexturesModifier and TypeMethodDescriptionDynamicFluidContainerModel.Unbaked.textures()
Returns the value of thetextures
record component.Constructors in net.neoforged.neoforge.client.model.item with parameters of type DynamicFluidContainerModel.TexturesModifierConstructorDescriptionUnbaked
(DynamicFluidContainerModel.Textures textures, net.minecraft.world.level.material.Fluid fluid, boolean flipGas, boolean coverIsMask, boolean applyFluidLuminosity) Creates an instance of aUnbaked
record class.