Class PylonRegistryKey
-
- All Implemented Interfaces:
@JvmRecord() public final class PylonRegistryKey<T extends Object> extends Record
-
-
Field Summary
Fields Modifier and Type Field Description public final static PylonRegistryKey<PylonItemSchema>
ITEMS
public final static PylonRegistryKey<PylonBlockSchema>
BLOCKS
public final static PylonRegistryKey<PylonEntitySchema>
ENTITIES
public final static PylonRegistryKey<PylonFluid>
FLUIDS
public final static PylonRegistryKey<GameTestConfig>
GAMETESTS
public final static PylonRegistryKey<PylonAddon>
ADDONS
public final static PylonRegistryKey<RecipeType<?>>
RECIPE_TYPES
public final static PylonRegistryKey<MobDrop>
MOB_DROPS
public final static PylonRegistryKey<Research>
RESEARCHES
public final static PylonRegistryKey<Tag<ItemTypeWrapper>>
ITEM_TAGS
private final String
namespace
private final String
path
-
Constructor Summary
Constructors Constructor Description PylonRegistryKey(Key key)
PylonRegistryKey(Plugin plugin, String path)
PylonRegistryKey(String namespace, String path)
-