Uses of Interface
dev.wyck.level.dimension.Dimension
Packages that use Dimension
Package
Description
-
Uses of Dimension in dev.wyck.keys
Fields in dev.wyck.keys with type parameters of type DimensionMethods in dev.wyck.keys that return types with arguments of type Dimension -
Uses of Dimension in dev.wyck.level
Methods in dev.wyck.level that return DimensionMethods in dev.wyck.level with parameters of type DimensionModifier and TypeMethodDescriptionSets the dimension of the world. -
Uses of Dimension in dev.wyck.level.dimension
Classes in dev.wyck.level.dimension that implement DimensionModifier and TypeClassDescriptionfinal classThis implementation is here because it does not compile against Minecraft internals as of right now.Fields in dev.wyck.level.dimension declared as DimensionModifier and TypeFieldDescriptionstatic final DimensionDimensions.ENDstatic final DimensionDimensions.NETHERstatic final DimensionDimensions.OVERWORLDstatic final DimensionDimensions.OVERWORLD_CAVESMethods in dev.wyck.level.dimension that return DimensionModifier and TypeMethodDescriptionDimension.Builder.build()Builds a newDimensionwith the given properties.static DimensionReads a keyed Minecraft dimension-type holder.LevelStem.dimension()Gets the dimension type of this level stem.default DimensionLevelStem.dimensionType()Gets the dimension type of this level stem.Dimension.Builder.modify()default DimensionDimension.modify()Modifies this dimension type in the dimension registry.static DimensionDimension.reference(ResourceKey resourceKey) Simply holds a reference to a dimension.Dimension.Builder.register()default DimensionDimension.register()Registers this dimension type to the dimension registry.default DimensionDimension.wrap()Resolves this dimension's key in Minecraft's registry and decodes the registered value.Methods in dev.wyck.level.dimension with parameters of type DimensionModifier and TypeMethodDescriptionSets the dimension type for the level stem.booleanChecks if this dimension type is similar to another.booleanstatic LevelStemLevelStem.of(@Nullable ResourceKey resourceKey, Dimension dimension, ChunkGenerator chunkGenerator) Creates a new level stem with the given dimension type and chunk generator.static LevelStemLevelStem.of(Dimension dimension, ChunkGenerator chunkGenerator) Creates a new level stem with the given dimension type and chunk generator.Constructors in dev.wyck.level.dimension with parameters of type Dimension -
Uses of Dimension in dev.wyck.registry
Methods in dev.wyck.registry with parameters of type DimensionModifier and TypeMethodDescriptionDimensionRegistry.buildDelegate(Dimension dimension) Builds aDimensioninto an NMS dimension type.voidDimensionRegistry.modify(ResourceKey key, Dimension newData) Modifies a dimension type.voidModifies a dimension type.voidRegisters a custom dimension type to the server's dimension_type registry. -
Uses of Dimension in dev.wyck.registry.bootstrap
Methods in dev.wyck.registry.bootstrap with parameters of type DimensionModifier and TypeMethodDescriptionBootstrapBiomeRegistry.addToDimension(Dimension dimension, Biome target, ClimatePoint placement) Adds a biome to a dimension's biome distribution.Queues a dimension type to be registered.BootstrapBiomeRegistry.replaceInDimension(Dimension dimension, Biome target, Biome replacement) Replaces a biome in a dimension. -
Uses of Dimension in dev.wyck.registry.level
Methods in dev.wyck.registry.level with parameters of type DimensionModifier and TypeMethodDescriptionSwaps the dimension type on a given world.
LevelCreator.levelStem()instead.