Package hiiragi283.core.client
Object HTPotionFluidExtensions
-
- All Implemented Interfaces:
-
net.neoforged.neoforge.client.extensions.common.IClientFluidTypeExtensions
public class HTPotionFluidExtensions implements IClientFluidTypeExtensions
-
-
Field Summary
Fields Modifier and Type Field Description private final ResourceLocationstillTextureprivate final ResourceLocationflowingTextureprivate final IntegertintColorprivate final ResourceLocationoverlayTexturepublic final static HTPotionFluidExtensionsINSTANCE
-
Method Summary
Modifier and Type Method Description ResourceLocationgetStillTexture()ResourceLocationgetFlowingTexture()IntegergetTintColor(FluidStack stack)-
Methods inherited from class net.neoforged.neoforge.client.extensions.common.IClientFluidTypeExtensions
getFlowingTexture, getFlowingTexture, getOverlayTexture, getRenderOverlayTexture, getStillTexture, getStillTexture, getTintColor, modifyFogColor, modifyFogRender, renderFluid, renderOverlay -
Methods inherited from class hiiragi283.core.client.HTPotionFluidExtensions
getFlowingTexture, getStillTexture -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getStillTexture
ResourceLocation getStillTexture()
-
getFlowingTexture
ResourceLocation getFlowingTexture()
-
getTintColor
Integer getTintColor(FluidStack stack)
-
-
-
-