public class SchematicInstances
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static WorldAttached<com.google.common.cache.Cache<java.lang.Integer,SchematicWorld>> |
loadedSchematics |
| Constructor and Description |
|---|
SchematicInstances() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearHash(net.minecraft.item.ItemStack schematic) |
static SchematicWorld |
get(net.minecraft.world.World world,
net.minecraft.item.ItemStack schematic) |
static int |
getHash(net.minecraft.item.ItemStack schematic) |
static void |
register() |
public static WorldAttached<com.google.common.cache.Cache<java.lang.Integer,SchematicWorld>> loadedSchematics
public static void register()
@Nullable public static SchematicWorld get(net.minecraft.world.World world, net.minecraft.item.ItemStack schematic)
public static void clearHash(net.minecraft.item.ItemStack schematic)
public static int getHash(net.minecraft.item.ItemStack schematic)