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

    Constructors
    Constructor
    Description
     
    PNCFluidRenderProps(String still, String flowing, int colorTint)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    genericFuel(int colorTint)
     
    net.minecraft.resources.ResourceLocation
     
    net.minecraft.resources.ResourceLocation
     
    int
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions

    getFlowingTexture, getFlowingTexture, getOverlayTexture, getOverlayTexture, getOverlayTexture, getRenderOverlayTexture, getStillTexture, getStillTexture, getTintColor, getTintColor, modifyFogColor, modifyFogRender, renderOverlay
  • Constructor Details

    • PNCFluidRenderProps

      public PNCFluidRenderProps(String still, String flowing)
    • PNCFluidRenderProps

      public PNCFluidRenderProps(String still, String flowing, int colorTint)
  • Method Details

    • genericFuel

      public static PNCFluidRenderProps genericFuel(int colorTint)
    • getStillTexture

      public net.minecraft.resources.ResourceLocation getStillTexture()
      Specified by:
      getStillTexture in interface net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions
    • getFlowingTexture

      public net.minecraft.resources.ResourceLocation getFlowingTexture()
      Specified by:
      getFlowingTexture in interface net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions
    • getTintColor

      public int getTintColor()
      Specified by:
      getTintColor in interface net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions