Uses of Interface
dev.wyck.renderer.packet.VirtualBiomeResolver
Packages that use VirtualBiomeResolver
-
Uses of VirtualBiomeResolver in dev.wyck.renderer.packet
Methods in dev.wyck.renderer.packet that return VirtualBiomeResolverModifier and TypeMethodDescriptionVirtualBiomeCollector.resolverFor(Player player, ChunkLocation chunkLocation) Cheap pre-decode gate. -
Uses of VirtualBiomeResolver in dev.wyck.renderer.packet.handlers
Methods in dev.wyck.renderer.packet.handlers with parameters of type VirtualBiomeResolverModifier 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.