public static final class PipeModelCacheBase.PipeBaseTranslucentKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
net.minecraft.item.EnumDyeColor |
colour |
float[] |
connections |
Constructor and Description |
---|
PipeBaseTranslucentKey(PipeModelKey key) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
shouldRender() |
java.lang.String |
toString() |
public final net.minecraft.item.EnumDyeColor colour
public final float[] connections
public PipeBaseTranslucentKey(PipeModelKey key)
public boolean shouldRender()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object