public final class UnlistedVoxelNeighborState extends java.lang.Object implements net.minecraftforge.common.property.IUnlistedProperty<VoxelNeighborRenderTracker>
| Constructor and Description |
|---|
UnlistedVoxelNeighborState() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.Class<VoxelNeighborRenderTracker> |
getType() |
boolean |
isValid(VoxelNeighborRenderTracker value) |
java.lang.String |
valueToString(VoxelNeighborRenderTracker value) |
public java.lang.String getName()
getName in interface net.minecraftforge.common.property.IUnlistedProperty<VoxelNeighborRenderTracker>public boolean isValid(VoxelNeighborRenderTracker value)
isValid in interface net.minecraftforge.common.property.IUnlistedProperty<VoxelNeighborRenderTracker>public java.lang.Class<VoxelNeighborRenderTracker> getType()
getType in interface net.minecraftforge.common.property.IUnlistedProperty<VoxelNeighborRenderTracker>public java.lang.String valueToString(VoxelNeighborRenderTracker value)
valueToString in interface net.minecraftforge.common.property.IUnlistedProperty<VoxelNeighborRenderTracker>