Package hiiragi283.core.client
Class HTSimpleFluidExtensions
-
- All Implemented Interfaces:
-
net.neoforged.neoforge.client.extensions.common.IClientFluidTypeExtensions
public class HTSimpleFluidExtensions implements IClientFluidTypeExtensions
-
-
Field Summary
Fields Modifier and Type Field Description private final ResourceLocationstillTexprivate final Colorcolorprivate final ResourceLocationflowingTexprivate final ResourceLocationstillTextureprivate final ResourceLocationflowingTextureprivate final IntegertintColorprivate final ResourceLocationoverlayTexture
-
Constructor Summary
Constructors Constructor Description HTSimpleFluidExtensions(ResourceLocation stillTex, Color color, ResourceLocation flowingTex)
-
Method Summary
Modifier and Type Method Description final ResourceLocationgetStillTex()final ColorgetColor()final ResourceLocationgetFlowingTex()ResourceLocationgetStillTexture()ResourceLocationgetFlowingTexture()IntegergetTintColor()final static HTSimpleFluidExtensionsclear(Color color)final static HTSimpleFluidExtensionsdull(Color color)final static HTSimpleFluidExtensionsmolten(Color color)-
Methods inherited from class hiiragi283.core.client.HTSimpleFluidExtensions
getFlowingTexture, getStillTexture, getTintColor -
Methods inherited from class net.neoforged.neoforge.client.extensions.common.IClientFluidTypeExtensions
getFlowingTexture, getFlowingTexture, getOverlayTexture, getRenderOverlayTexture, getStillTexture, getStillTexture, getTintColor, getTintColor, modifyFogColor, modifyFogRender, renderFluid, renderOverlay -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HTSimpleFluidExtensions
HTSimpleFluidExtensions(ResourceLocation stillTex, Color color, ResourceLocation flowingTex)
-
-
Method Detail
-
getStillTex
final ResourceLocation getStillTex()
-
getFlowingTex
final ResourceLocation getFlowingTex()
-
getStillTexture
ResourceLocation getStillTexture()
-
getFlowingTexture
ResourceLocation getFlowingTexture()
-
getTintColor
Integer getTintColor()
-
clear
final static HTSimpleFluidExtensions clear(Color color)
-
dull
final static HTSimpleFluidExtensions dull(Color color)
-
molten
final static HTSimpleFluidExtensions molten(Color color)
-
-
-
-