Uses of Class
net.minecraft.world.level.block.state.pattern.BlockInWorld
Packages that use BlockInWorld
Package
Description
-
Uses of BlockInWorld in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type BlockInWorld -
Uses of BlockInWorld in net.minecraft.commands.arguments.blocks
Subinterfaces with type arguments of type BlockInWorld in net.minecraft.commands.arguments.blocksClasses in net.minecraft.commands.arguments.blocks that implement interfaces with type arguments of type BlockInWorldMethods in net.minecraft.commands.arguments.blocks that return types with arguments of type BlockInWorldModifier and TypeMethodDescriptionstatic Predicate<BlockInWorld> BlockPredicateArgument.getBlockPredicate(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) Methods in net.minecraft.commands.arguments.blocks with parameters of type BlockInWorldModifier and TypeMethodDescriptionbooleanBlockInput.test(BlockInWorld blockInWorld) booleanBlockPredicateArgument.BlockPredicate.test(BlockInWorld blockInWorld) booleanBlockPredicateArgument.TagPredicate.test(BlockInWorld blockInWorld) -
Uses of BlockInWorld in net.minecraft.server.commands
Fields in net.minecraft.server.commands with type parameters of type BlockInWorldMethod parameters in net.minecraft.server.commands with type arguments of type BlockInWorldModifier and TypeMethodDescriptionprivate static intCloneCommands.clone(CommandSourceStack source, CloneCommands.DimensionAndPosition startPosAndDimension, CloneCommands.DimensionAndPosition endPosAndDimension, CloneCommands.DimensionAndPosition destPosAndDimension, Predicate<BlockInWorld> predicate, CloneCommands.Mode mode, boolean strict) private static intFillCommand.fillBlocks(CommandSourceStack source, BoundingBox region, BlockInput target, FillCommand.Mode mode, @Nullable Predicate<BlockInWorld> predicate, boolean strict) private static intSetBlockCommand.setBlock(CommandSourceStack source, BlockPos pos, BlockInput block, SetBlockCommand.Mode mode, @Nullable Predicate<BlockInWorld> predicate, boolean strict) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> FillCommand.wrapWithMode(CommandBuildContext context, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> builder, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockPos> from, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockPos> to, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockInput> block, FillCommand.NullableCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> filter) -
Uses of BlockInWorld in net.minecraft.world.item
Fields in net.minecraft.world.item declared as BlockInWorldModifier and TypeFieldDescriptionprivate @Nullable BlockInWorldAdventureModePredicate.lastCheckedBlockMethods in net.minecraft.world.item with parameters of type BlockInWorldModifier and TypeMethodDescriptionprivate static booleanAdventureModePredicate.areSameBlocks(BlockInWorld blockInWorld, @Nullable BlockInWorld cachedBlock, boolean checkBlockEntity) booleanItemStack.canBreakBlockInAdventureMode(BlockInWorld blockInWorld) booleanItemStack.canPlaceOnBlockInAdventureMode(BlockInWorld blockInWorld) booleanAdventureModePredicate.test(BlockInWorld blockInWorld) -
Uses of BlockInWorld in net.minecraft.world.level.block.state.pattern
Subclasses with type arguments of type BlockInWorld in net.minecraft.world.level.block.state.patternFields in net.minecraft.world.level.block.state.pattern with type parameters of type BlockInWorldModifier and TypeFieldDescriptionprivate final LoadingCache<BlockPos, BlockInWorld> BlockPattern.BlockPatternMatch.cacheprivate final Map<Character, Predicate<@Nullable BlockInWorld>> BlockPatternBuilder.lookupMethods in net.minecraft.world.level.block.state.pattern that return BlockInWorldModifier and TypeMethodDescriptionBlockPattern.BlockPatternMatch.getBlock(int right, int down, int forwards) Methods in net.minecraft.world.level.block.state.pattern that return types with arguments of type BlockInWorldModifier and TypeMethodDescriptionstatic LoadingCache<BlockPos, BlockInWorld> BlockPattern.createLevelCache(LevelReader level, boolean loadChunks) private Predicate<BlockInWorld>[][][]BlockPatternBuilder.createPattern()Predicate<BlockInWorld>[][][]BlockPattern.getPattern()static Predicate<@Nullable BlockInWorld> BlockInWorld.hasState(Predicate<BlockState> predicate) Method parameters in net.minecraft.world.level.block.state.pattern with type arguments of type BlockInWorldModifier and TypeMethodDescriptionprivate @Nullable BlockPattern.BlockPatternMatchBlockPattern.matches(BlockPos origin, Direction forwards, Direction up, LoadingCache<BlockPos, BlockInWorld> cache) Checks that the given pattern invalid input: '&' rotation is at the block coordinates.BlockPatternBuilder.where(char character, Predicate<@Nullable BlockInWorld> predicate) Constructor parameters in net.minecraft.world.level.block.state.pattern with type arguments of type BlockInWorldModifierConstructorDescriptionBlockPatternMatch(BlockPos frontTopLeft, Direction forwards, Direction up, LoadingCache<BlockPos, BlockInWorld> cache, int width, int height, int depth)