Uses of Class
com.loohp.limbo.world.Environment
Packages that use Environment
-
Uses of Environment in cn.ycraft.limbo.config
Fields in cn.ycraft.limbo.config with type parameters of type EnvironmentModifier and TypeFieldDescriptionstatic final cc.carm.lib.configuration.value.standard.ConfiguredValue<Environment>ServerConfig.WORLD.DIMENSION -
Uses of Environment in cn.ycraft.limbo.util
Methods in cn.ycraft.limbo.util with parameters of type EnvironmentModifier and TypeMethodDescriptionstatic org.geysermc.mcprotocollib.protocol.packet.ingame.clientbound.level.ClientboundLevelChunkWithLightPacketChunkUtil.create(int chunkX, int chunkZ, net.querz.mca.Chunk chunk, Environment environment, List<Byte[]> skylightArrays, List<Byte[]> blocklightArrays) static @NotNull io.netty.buffer.ByteBufChunkUtil.createSectionData(net.querz.mca.Chunk chunk, Environment environment) -
Uses of Environment in com.loohp.limbo.world
Fields in com.loohp.limbo.world declared as EnvironmentModifier and TypeFieldDescriptionstatic final EnvironmentEnvironment.ENDstatic final EnvironmentEnvironment.NETHERstatic final EnvironmentEnvironment.NORMALFields in com.loohp.limbo.world with type parameters of type EnvironmentModifier and TypeFieldDescriptionstatic final Set<Environment>Environment.REGISTERED_ENVIRONMENTSMethods in com.loohp.limbo.world that return EnvironmentModifier and TypeMethodDescriptionstatic EnvironmentEnvironment.createCustom(net.kyori.adventure.key.Key key, boolean hasSkyLight, int id) static EnvironmentEnvironment.createCustom(net.kyori.adventure.key.Key key, int id) Deprecated.static EnvironmentEnvironment.fromKey(net.kyori.adventure.key.Key key) static EnvironmentEnvironment.getCustom(net.kyori.adventure.key.Key key) World.getEnvironment()Methods in com.loohp.limbo.world with parameters of type EnvironmentModifier and TypeMethodDescriptionstatic WorldSchematic.mcedit(String name, Environment environment, net.querz.nbt.tag.CompoundTag nbt) static WorldSchematic.schemV3(String name, Environment environment, net.querz.nbt.tag.CompoundTag nbt) static WorldSchematic.toWorld(String name, Environment environment, net.querz.nbt.tag.CompoundTag nbt) Constructors in com.loohp.limbo.world with parameters of type Environment