MCPcopy Create free account
hub / github.com/Hypejet/Jet / dimensionType

Method dimensionType

api/src/main/java/net/hypejet/jet/world/World.java:29–29  ·  view source on GitHub ↗

Gets a plain Holder.Reference holder referencing to a DimensionType dimension type that this world uses. @return the holder reference @since 1.0

()

Source from the content-addressed store, hash-verified

27 * @since 1.0
28 */
29 Holder.Reference<DimensionType> dimensionType();
30
31 /**
32 * Gets an additional {@linkplain WorldData world data} of this world.

Callers 3

createMethod · 0.65
createSpawnInfoMethod · 0.65

Implementers 1

JetWorldserver/src/main/java/net/hypejet/jet/s

Calls

no outgoing calls

Tested by

no test coverage detected