Uses of Class
dev.wyck.worldgen.blockpredicates.InsideWorldBoundsPredicate.Builder
Packages that use InsideWorldBoundsPredicate.Builder
-
Uses of InsideWorldBoundsPredicate.Builder in dev.wyck.worldgen.blockpredicates
Methods in dev.wyck.worldgen.blockpredicates that return InsideWorldBoundsPredicate.BuilderModifier and TypeMethodDescriptionInsideWorldBoundsPredicate.builder()Creates a new builder.BlockPredicate.insideWorldBounds()Starts building anInsideWorldBoundsPredicate, which checks that the position (with offset) is within the world's height limits.InsideWorldBoundsPredicate.Builder.offset(int x, int y, int z) Sets the offset.InsideWorldBoundsPredicate.Builder.offset(BlockVector offset) Sets the offset.InsideWorldBoundsPredicate.toBuilder()Converts this object back to a builder.