Uses of Package
dev.wyck.worldgen.placement
Packages that use dev.wyck.worldgen.placement
Package
Description
-
Classes in dev.wyck.worldgen.placement used by dev.wyck.biomeClassDescriptionWraps Minecraft's PlacedFeature, a configured feature paired with the ordered list of placement modifiers applied to it.
-
Classes in dev.wyck.worldgen.placement used by dev.wyck.keysClassDescriptionWraps Minecraft's PlacedFeature, a configured feature paired with the ordered list of placement modifiers applied to it.
-
Classes in dev.wyck.worldgen.placement used by dev.wyck.worldgen.chunk.flatClassDescriptionWraps Minecraft's PlacedFeature, a configured feature paired with the ordered list of placement modifiers applied to it.
-
Classes in dev.wyck.worldgen.placement used by dev.wyck.worldgen.feature.configurationsClassDescriptionWraps Minecraft's PlacedFeature, a configured feature paired with the ordered list of placement modifiers applied to it.
-
Classes in dev.wyck.worldgen.placement used by dev.wyck.worldgen.placementClassDescriptionReturns the current position if the biome at that position includes this placed feature, otherwise returns empty.Returns the current position when the predicate is passed, otherwise return empty.In the horizontal relative range (0,0) to (16,16), at each vertical layer separated by air, lava or water, tries to randomly select the specified number of horizontal positions, whose Y coordinate is one block above this layer at this selected horizontal position.Returns multiple copies of the current block position.Scans blocks either up or down, until the target condition is met.Builder for
EnvironmentScanPlacement.Returns all specified positions if they are in the current chunk.Builder forFixedPlacement.Sets the Y coordinate to one block above the heightmap and returns the new position.Sets the Y coordinate to a value provided by a height provider and returns the new position.Adds a random value between 0 and 15 (inclusive) to both the X and Z coordinates.When the noise value at the current position is positive, returns multiple copies of the current block position, whose count is based on the noise value.Builder forNoiseBasedCountPlacement.Returns multiple copies of the current block position.Builder forNoiseThresholdCountPlacement.Wraps Minecraft's PlacedFeature, a configured feature paired with the ordered list of placement modifiers applied to it.Builder forPlacedFeature.A placed feature authored from a configured feature and a modifier list.A reference to an already-registered placed feature.An abstract placement filter.A placed feature determines where a configured feature should be attempted to be placed using placement modifiers.Applies an offset to the current position.Builder forRandomOffsetPlacement.Either returns the current position or empty.Returns the current position if it lies within a range relative to the surface at that column.Builder forSurfaceRelativeThresholdFilter.Returns the current position if the number of motion blocking blocks under the surface is less than or equal to the maximum water depth.