Uses of Interface
dev.wyck.model.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.model.level
Methods in dev.wyck.model.level that return DimensionModifier and TypeMethodDescriptionLevelCreator.dimension()The dimension of the world.LevelCreatorImpl.dimension()Methods in dev.wyck.model.level with parameters of type DimensionModifier and TypeMethodDescriptionSets the dimension of the world.Constructors in dev.wyck.model.level with parameters of type DimensionModifierConstructorDescriptionLevelCreatorImpl(ResourceKey levelKey, Dimension dimension, ChunkGenerator generator, long seed, boolean generateStructures, boolean bonusChest, World.Environment environment, StemPersistence persistence, List<LevelSpawner> spawners, @Nullable String name) -
Uses of Dimension in dev.wyck.model.level.dimension
Classes in dev.wyck.model.level.dimension that implement DimensionModifier and TypeClassDescriptionfinal classThis class represents a custom dimension type implementation.Methods in dev.wyck.model.level.dimension that return DimensionModifier and TypeMethodDescriptionDimension.Builder.build()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.Methods in dev.wyck.model.level.dimension with parameters of type DimensionModifier and TypeMethodDescriptionbooleanChecks if this dimension type is similar to another.booleanConstructors in dev.wyck.model.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 TypeMethodDescriptionQueues a dimension type to be registered.