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
Methods 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> pContext, String pName) Methods in net.minecraft.commands.arguments.blocks with parameters of type BlockInWorldModifier and TypeMethodDescriptionbooleanBlockInput.test(BlockInWorld pBlock) booleanBlockPredicateArgument.BlockPredicate.test(BlockInWorld pBlock) booleanBlockPredicateArgument.TagPredicate.test(BlockInWorld pBlock) -
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 pSource, CloneCommands.DimensionAndPosition pBegin, CloneCommands.DimensionAndPosition pEnd, CloneCommands.DimensionAndPosition pDestination, Predicate<BlockInWorld> pFilter, CloneCommands.Mode pMode, boolean pStrict) private static intFillCommand.fillBlocks(CommandSourceStack pSource, BoundingBox pBox, BlockInput pBlock, FillCommand.Mode pMode, @Nullable Predicate<BlockInWorld> pFilter, boolean pStrict) private static intSetBlockCommand.setBlock(CommandSourceStack pSource, BlockPos pPos, BlockInput pBlock, SetBlockCommand.Mode pMode, @Nullable Predicate<BlockInWorld> pFilter, boolean pStrict) private static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> FillCommand.wrapWithMode(CommandBuildContext pBuildContext, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> pArgumentBuilder, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockPos> pFrom, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockPos> pTo, InCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, BlockInput> pBlock, FillCommand.NullableCommandFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, Predicate<BlockInWorld>> pFilter) -
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 pFirst, @Nullable BlockInWorld pSecond, boolean pCheckNbt) booleanItemStack.canBreakBlockInAdventureMode(BlockInWorld pBlock) booleanItemStack.canPlaceOnBlockInAdventureMode(BlockInWorld pBlock) booleanAdventureModePredicate.test(BlockInWorld pBlock) -
Uses of BlockInWorld in net.minecraft.world.level.block.state.pattern
Fields 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 pPalmOffset, int pThumbOffset, int pFingerOffset) 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 pLevel, boolean pForceLoad) private Predicate<BlockInWorld>[][][]BlockPatternBuilder.createPattern()Predicate<BlockInWorld>[][][]BlockPattern.getPattern()static Predicate<@Nullable BlockInWorld> BlockInWorld.hasState(Predicate<BlockState> pState) Method parameters in net.minecraft.world.level.block.state.pattern with type arguments of type BlockInWorldModifier and TypeMethodDescriptionprivate @Nullable BlockPattern.BlockPatternMatchBlockPattern.matches(BlockPos pPos, Direction pFinger, Direction pThumb, LoadingCache<BlockPos, BlockInWorld> pCache) Checks that the given pattern invalid input: '&' rotation is at the block coordinates.BlockPatternBuilder.where(char pSymbol, Predicate<@Nullable BlockInWorld> pBlockMatcher) Constructor parameters in net.minecraft.world.level.block.state.pattern with type arguments of type BlockInWorldModifierConstructorDescriptionBlockPatternMatch(BlockPos pFrontTopLeft, Direction pForwards, Direction pUp, LoadingCache<BlockPos, BlockInWorld> pCache, int pWidth, int pHeight, int pDepth)