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