Class FluidClientConfigNeoForge
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.FluidClientConfigNeoForge
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.resources.IdentifierGet the flow icon location.net.minecraft.resources.IdentifierGet the still icon location.net.minecraft.client.resources.model.sprite.Materialnet.neoforged.neoforge.client.fluid.FluidTintSourcevoidonRegisterFluidModels(net.neoforged.neoforge.client.event.RegisterFluidModelsEvent event)
-
Constructor Details
-
FluidClientConfigNeoForge
-
-
Method Details
-
getIconLocationStill
public net.minecraft.resources.Identifier getIconLocationStill()Get the still icon location.- Returns:
- The icon location.
-
getIconLocationFlow
public net.minecraft.resources.Identifier getIconLocationFlow()Get the flow icon location.- Returns:
- The icon location.
-
getOverlay
@Nullable public net.minecraft.client.resources.model.sprite.Material getOverlay() -
getTintSource
@Nullable public net.neoforged.neoforge.client.fluid.FluidTintSource getTintSource() -
onRegisterFluidModels
public void onRegisterFluidModels(net.neoforged.neoforge.client.event.RegisterFluidModelsEvent event)
-