Class PNCFluidRenderProps
java.lang.Object
me.desht.pneumaticcraft.common.fluid.PNCFluidRenderProps
- All Implemented Interfaces:
net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions
public class PNCFluidRenderProps
extends Object
implements net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions
-
Field Summary
Fields inherited from interface net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions
DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionPNCFluidRenderProps(String still, String flowing) PNCFluidRenderProps(String still, String flowing, int colorTint) -
Method Summary
Modifier and TypeMethodDescriptionstatic PNCFluidRenderPropsgenericFuel(int colorTint) net.minecraft.resources.ResourceLocationnet.minecraft.resources.ResourceLocationintMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions
getFlowingTexture, getFlowingTexture, getOverlayTexture, getOverlayTexture, getOverlayTexture, getRenderOverlayTexture, getStillTexture, getStillTexture, getTextures, getTintColor, getTintColor, modifyFogColor, modifyFogRender, renderOverlay
-
Constructor Details
-
PNCFluidRenderProps
-
PNCFluidRenderProps
-
-
Method Details
-
genericFuel
-
getStillTexture
public net.minecraft.resources.ResourceLocation getStillTexture()- Specified by:
getStillTexturein interfacenet.minecraftforge.client.extensions.common.IClientFluidTypeExtensions
-
getFlowingTexture
public net.minecraft.resources.ResourceLocation getFlowingTexture()- Specified by:
getFlowingTexturein interfacenet.minecraftforge.client.extensions.common.IClientFluidTypeExtensions
-
getTintColor
public int getTintColor()- Specified by:
getTintColorin interfacenet.minecraftforge.client.extensions.common.IClientFluidTypeExtensions
-