Uses of Interface
org.cloudburstmc.server.level.generator.standard.misc.filter.BlockFilter
Packages that use BlockFilter
Package
Description
-
Uses of BlockFilter in org.cloudburstmc.server.level.feature
Classes in org.cloudburstmc.server.level.feature that implement BlockFilterModifier and TypeClassDescriptionclassGenerates a fully grown chorus tree.classclassProvides helper methods for otherWorldFeatureto quickly check if a block can be replaced.Methods in org.cloudburstmc.server.level.feature with parameters of type BlockFilterModifier and TypeMethodDescriptionbooleanReplacingWorldFeature.allNeighborsMatch(org.cloudburstmc.api.level.ChunkManager level, int x, int y, int z, BlockFilter filter)Checks whether all the blocks that horizontally neighbor the given coordinates match the givenBlockFilter.booleanReplacingWorldFeature.allNeighborsMatch(org.cloudburstmc.api.level.ChunkManager level, int x, int y, int z, BlockFilter filter, org.cloudburstmc.api.util.Direction except)Checks whether all the blocks that horizontally neighbor the given coordinates match the givenBlockFilter. -
Uses of BlockFilter in org.cloudburstmc.server.level.feature.tree
Classes in org.cloudburstmc.server.level.feature.tree that implement BlockFilterModifier and TypeClassDescriptionclassCommon code for all tree types.classGenerates a dark oak tree.classGenerates a huge jungle tree.classGenerates a huge pine tree.classGenerates a huge spruce tree.classCommon code for all huge (2x2) tree types.classGenerates normal trees, but with vines on the sides.classGenerates either a normal tree or a large oak tree.classGenerates a huge brown mushroom.classGenerates a huge red mushroom.classGenerates a normal, vanilla-style tree.classGenerates an acacia (savanna) tree.classGenerates a spruce tree.classGenerates normal trees, but with vines on the sides. -
Uses of BlockFilter in org.cloudburstmc.server.level.generator.standard.generation.decorator
Fields in org.cloudburstmc.server.level.generator.standard.generation.decorator declared as BlockFilterModifier and TypeFieldDescriptionprotected BlockFilterGroundCoverDecorator.onprotected BlockFilterScatteredCoverDecorator.onprotected BlockFilterGroundCoverDecorator.replaceprotected BlockFilterReplaceTopDecorator.replaceprotected BlockFilterScatteredCoverDecorator.replace -
Uses of BlockFilter in org.cloudburstmc.server.level.generator.standard.misc
Classes in org.cloudburstmc.server.level.generator.standard.misc that implement BlockFilterModifier and TypeClassDescriptionclassRepresents a constant block configuration option. -
Uses of BlockFilter in org.cloudburstmc.server.level.generator.standard.misc.filter
Classes in org.cloudburstmc.server.level.generator.standard.misc.filter that implement BlockFilterModifier and TypeClassDescriptionclassImplementation ofBlockFilterwhich checks if the block is contained in a list of IDs.Fields in org.cloudburstmc.server.level.generator.standard.misc.filter declared as BlockFilterModifier and TypeFieldDescriptionstatic BlockFilterBlockFilter.AIRstatic BlockFilterBlockFilter.REPLACEABLE -
Uses of BlockFilter in org.cloudburstmc.server.level.generator.standard.population
Fields in org.cloudburstmc.server.level.generator.standard.population declared as BlockFilterModifier and TypeFieldDescriptionprotected BlockFilterSpringPopulator.neighborprotected BlockFilterBlobPopulator.onprotected BlockFilterCocoaPopulator.onprotected BlockFilterSpikesPopulator.onprotected BlockFilterBlobPopulator.replaceprotected BlockFilterCocoaPopulator.replaceprotected BlockFilterSpikesPopulator.replaceprotected BlockFilterSubmergedOrePopulator.replaceprotected BlockFilterLakePopulator.replaceWithSurfaceprotected BlockFilterSubmergedOrePopulator.startprotected BlockFilterLakePopulator.surfaceBlocks -
Uses of BlockFilter in org.cloudburstmc.server.level.generator.standard.population.cluster
Fields in org.cloudburstmc.server.level.generator.standard.population.cluster declared as BlockFilter -
Uses of BlockFilter in org.cloudburstmc.server.level.generator.standard.population.plant
Fields in org.cloudburstmc.server.level.generator.standard.population.plant declared as BlockFilterModifier and TypeFieldDescriptionprotected BlockFilterAbstractPlantPopulator.onprotected BlockFilterPlantPopulator.water -
Uses of BlockFilter in org.cloudburstmc.server.level.generator.standard.population.tree
Fields in org.cloudburstmc.server.level.generator.standard.population.tree declared as BlockFilterModifier and TypeFieldDescriptionprotected BlockFilterAbstractTreePopulator.onprotected BlockFilterAbstractTreePopulator.replace