Package com.hrznstudio.titanium.fluid
Class ClientFluidTypeExtensions
java.lang.Object
com.hrznstudio.titanium.fluid.ClientFluidTypeExtensions
- All Implemented Interfaces:
net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions
public class ClientFluidTypeExtensions
extends Object
implements net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions
-
Field Summary
Fields inherited from interface net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions
DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionClientFluidTypeExtensions(net.minecraft.resources.ResourceLocation still, net.minecraft.resources.ResourceLocation flow) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.resources.ResourceLocationnet.minecraft.resources.ResourceLocationMethods 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, getTintColor, getTintColor, getTintColor, modifyFogColor, modifyFogRender, renderOverlay
-
Constructor Details
-
ClientFluidTypeExtensions
public ClientFluidTypeExtensions(net.minecraft.resources.ResourceLocation still, net.minecraft.resources.ResourceLocation flow)
-
-
Method Details
-
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
-