public class RulesLoader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Set<java.lang.String> |
READ_DOMAINS |
Constructor and Description |
---|
RulesLoader() |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<JsonRule> |
getRules(net.minecraft.block.state.IBlockState blockState,
net.minecraft.nbt.NBTTagCompound tileNbt) |
static java.util.Set<JsonRule> |
getRules(net.minecraft.util.ResourceLocation entityId,
net.minecraft.nbt.NBTTagCompound tileNbt) |
static void |
loadAll() |
public static void loadAll()
public static java.util.Set<JsonRule> getRules(net.minecraft.block.state.IBlockState blockState, net.minecraft.nbt.NBTTagCompound tileNbt)
public static java.util.Set<JsonRule> getRules(net.minecraft.util.ResourceLocation entityId, net.minecraft.nbt.NBTTagCompound tileNbt)