Uses of Record Class
dev.wyck.renderer.packet.data.BlockReplacement
Packages that use BlockReplacement
-
Uses of BlockReplacement in dev.wyck.model.biome
Methods in dev.wyck.model.biome that return types with arguments of type BlockReplacementModifier and TypeMethodDescriptionCustomBiome.blockReplacements()The block replacements of this custom biome.Methods in dev.wyck.model.biome with parameters of type BlockReplacementModifier and TypeMethodDescriptionCustomBiome.Builder.blockReplacements(BlockReplacement... blockReplacements) Sets the block replacements of the custom biome.CustomBiome.Builder.replace(BlockReplacement replacement) Adds a block replacement to the custom biome.Method parameters in dev.wyck.model.biome with type arguments of type BlockReplacementModifier and TypeMethodDescriptionCustomBiome.blockReplacements(List<BlockReplacement> blockReplacements) Sets the block replacements of this custom biome.CustomBiome.Builder.blockReplacements(Collection<BlockReplacement> blockReplacements) Sets the block replacements of the custom biome. -
Uses of BlockReplacement in dev.wyck.model.biome.impl
Methods in dev.wyck.model.biome.impl that return types with arguments of type BlockReplacementMethod parameters in dev.wyck.model.biome.impl with type arguments of type BlockReplacementModifier and TypeMethodDescriptionCustomBiomeImpl.blockReplacements(List<BlockReplacement> blockReplacements) Constructor parameters in dev.wyck.model.biome.impl with type arguments of type BlockReplacementModifierConstructorDescriptionCustomBiomeImpl(ResourceKey resourceKey, ClimateSettings climateSettings, BiomeSpecialEffects specialEffects, EnvironmentAttributeMap attributes, @Nullable BiomeSpawner biomeSpawner, @Nullable BiomeGenerationSettings generationSettings, List<BlockReplacement> blockReplacements) -
Uses of BlockReplacement in dev.wyck.renderer.packet.data
Methods in dev.wyck.renderer.packet.data that return BlockReplacementModifier and TypeMethodDescriptionstatic BlockReplacementCreates a new BlockReplacement instance.Methods in dev.wyck.renderer.packet.data that return types with arguments of type BlockReplacementModifier and TypeMethodDescriptionVirtualBiome.blockReplacements()Returns the value of theblockReplacementsrecord component.static Collection<BlockReplacement> BlockReplacement.of(Collection<Material> originals, Collection<Material> replacements) Creates a collection of BlockReplacement instances from a collection of original block materials and a collection of replacement block materials.static Collection<BlockReplacement> Creates a collection of BlockReplacement instances from a map of original and replacement block materials.static Collection<BlockReplacement> Creates a collection of BlockReplacement instances from an array of materials.Methods in dev.wyck.renderer.packet.data with parameters of type BlockReplacementModifier and TypeMethodDescriptionVirtualBiome.Builder.replacement(BlockReplacement... replacement) Method parameters in dev.wyck.renderer.packet.data with type arguments of type BlockReplacementModifier and TypeMethodDescriptionVirtualBiome.Builder.replacement(List<BlockReplacement> replacement) VirtualBiome.Builder.setReplacements(List<BlockReplacement> replacements) Constructor parameters in dev.wyck.renderer.packet.data with type arguments of type BlockReplacementModifierConstructorDescriptionVirtualBiome(ResourceKey biomeResourceKey, List<BlockReplacement> blockReplacements, BiPredicate<Player, ChunkLocation> conditional, @Nullable BiPredicate<Player, SnapshotChunkData> biomeCondition, PacketHandler.Priority priority) Creates an instance of aVirtualBiomerecord class.