Uses of Enum Class
dev.wyck.renderer.packet.PacketHandler.DimensionSectionCount
Packages that use PacketHandler.DimensionSectionCount
-
Uses of PacketHandler.DimensionSectionCount in dev.wyck.renderer.packet
Subclasses with type arguments of type PacketHandler.DimensionSectionCount in dev.wyck.renderer.packetModifier and TypeClassDescriptionstatic enumThe number of sections in each dimension.Methods in dev.wyck.renderer.packet that return PacketHandler.DimensionSectionCountModifier and TypeMethodDescriptionPacketHandler.DimensionSectionCount.fromBukkitEnvironment(World.Environment environment) Get the DimensionSectionCount from a Bukkit World.EnvironmentReturns the enum constant of this class with the specified name.static PacketHandler.DimensionSectionCount[]PacketHandler.DimensionSectionCount.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PacketHandler.DimensionSectionCount in dev.wyck.renderer.packet.handlers
Methods in dev.wyck.renderer.packet.handlers with parameters of type PacketHandler.DimensionSectionCountModifier and TypeMethodDescriptionvoidNativeChunkPacketHandler.modifyChunkBiomes(Object chunkData, ChunkLocation chunkLocation, VirtualBiomeResolver resolver, PacketHandler.DimensionSectionCount dimensionSectionCount) Decodes a clientbound chunk packet exactly once, lets the supplied resolver inspect the real biome/block data and choose a custom biome, and only if one is chosen rewrites the packet to use that biome's ID and apply its block replacements.