private static class ForgeHooks.LootTableContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
custom |
int |
entryCount |
private java.util.HashSet<java.lang.String> |
entryNames |
ResourceLocation |
name |
int |
poolCount |
private boolean |
vanilla |
Modifier | Constructor and Description |
---|---|
private |
LootTableContext(ResourceLocation name,
boolean custom) |
Modifier and Type | Method and Description |
---|---|
private void |
resetPoolCtx() |
java.lang.String |
validateEntryName(java.lang.String name) |
public final ResourceLocation name
private final boolean vanilla
public final boolean custom
public int poolCount
public int entryCount
private java.util.HashSet<java.lang.String> entryNames
private LootTableContext(ResourceLocation name, boolean custom)