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