public final class BuildCraftAPI
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static IFakePlayerProvider |
fakePlayerProvider |
static java.util.Set<net.minecraft.block.Block> |
softBlocks |
static java.util.HashMap<java.lang.String,IWorldProperty> |
worldProperties |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getVersion() |
static IWorldProperty |
getWorldProperty(java.lang.String name) |
static boolean |
isSoftBlock(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
static net.minecraft.util.ResourceLocation |
nameToResourceLocation(java.lang.String name) |
static void |
registerWorldProperty(java.lang.String name,
IWorldProperty property) |
public static IFakePlayerProvider fakePlayerProvider
public static final java.util.Set<net.minecraft.block.Block> softBlocks
public static final java.util.HashMap<java.lang.String,IWorldProperty> worldProperties
public static java.lang.String getVersion()
public static IWorldProperty getWorldProperty(java.lang.String name)
public static void registerWorldProperty(java.lang.String name, IWorldProperty property)
public static boolean isSoftBlock(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos)
public static net.minecraft.util.ResourceLocation nameToResourceLocation(java.lang.String name)