Uses of Record Class
dev.wyck.renderer.packet.data.VirtualBiome
Packages that use VirtualBiome
-
Uses of VirtualBiome in dev.wyck.renderer.packet
Methods in dev.wyck.renderer.packet that return VirtualBiomeModifier and TypeMethodDescriptionVirtualBiomeCollector.bestBiomeFor(Player player, ChunkLocation chunkLocation) Picks the 'best' phony custom biome for the given player and chunk location.VirtualBiomeResolver.resolve(SnapshotChunkData chunkData) Methods in dev.wyck.renderer.packet with parameters of type VirtualBiomeModifier and TypeMethodDescriptionPacketHandler.appendBiome(VirtualBiome biome) Appends a custom biome to the packet handler's list of biomes to inject.default PacketHandlerPacketHandler.appendBiome(VirtualBiome... biomes) Appends multiple custom biomes to the packet handler's list of biomes to inject.voidVirtualBiomeCollector.appendBiome(VirtualBiome biome) Appends a phony custom biome to the collector.default PacketHandlerPacketHandler.dismissBiome(VirtualBiome biome) Removes a custom biome from the packet handler's list of biomes to inject.booleanPacketHandler.hasBiome(VirtualBiome biome) Checks if a custom biome is in the packet handler's list of biomes to inject.booleanVirtualBiomeCollector.hasBiome(VirtualBiome biome) Checks if the collector has the given phony custom biome.booleanPacketHandler.removeBiome(VirtualBiome biome) Removes a custom biome from the packet handler's list of biomes to inject.booleanVirtualBiomeCollector.removeBiome(VirtualBiome biome) Removes a phony custom biome from the collector. -
Uses of VirtualBiome in dev.wyck.renderer.packet.data
Methods in dev.wyck.renderer.packet.data that return VirtualBiomeConstructors in dev.wyck.renderer.packet.data with parameters of type VirtualBiome