public abstract class DimensionAPI<D> extends AbstractWrapped<D>
wrapped| Modifier | Constructor and Description |
|---|---|
protected |
DimensionAPI(WorldAPI<?> world,
D dimension)
The world is necessary for any versions past 1.12.2 to access the dynamic registries
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getName() |
abstract ResourceLocationAPI<?> |
getRegistryName() |
equals, getWrapped, getWrappedClass, toStringpublic abstract java.lang.String getName()
public abstract ResourceLocationAPI<?> getRegistryName()