Uses of Class
net.minecraft.world.level.block.state.pattern.BlockInWorld
Packages that use BlockInWorld
Package
Description
- 
Uses of BlockInWorld in net.minecraft.commands.arguments.blocksMethods 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> p_115574_, String p_115575_) Methods in net.minecraft.commands.arguments.blocks with parameters of type BlockInWorldModifier and TypeMethodDescriptionbooleanBlockInput.test(BlockInWorld p_114675_) booleanBlockPredicateArgument.BlockPredicate.test(BlockInWorld p_115599_) booleanBlockPredicateArgument.TagPredicate.test(BlockInWorld p_115617_) 
- 
Uses of BlockInWorld in net.minecraft.server.commandsFields 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 p_265047_, CloneCommands.DimensionAndPosition p_265232_, CloneCommands.DimensionAndPosition p_265188_, CloneCommands.DimensionAndPosition p_265594_, Predicate<BlockInWorld> p_265585_, CloneCommands.Mode p_265530_) private static intFillCommand.fillBlocks(CommandSourceStack p_137386_, BoundingBox p_137387_, BlockInput p_137388_, FillCommand.Mode p_137389_, Predicate<BlockInWorld> p_137390_) private static intSetBlockCommand.setBlock(CommandSourceStack p_138608_, BlockPos p_138609_, BlockInput p_138610_, SetBlockCommand.Mode p_138611_, Predicate<BlockInWorld> p_138612_) 
- 
Uses of BlockInWorld in net.minecraft.world.itemFields in net.minecraft.world.item declared as BlockInWorldMethods in net.minecraft.world.item with parameters of type BlockInWorldModifier and TypeMethodDescriptionprivate static booleanAdventureModeCheck.areSameBlocks(BlockInWorld p_186333_, BlockInWorld p_186334_, boolean p_186335_) booleanItemStack.hasAdventureModeBreakTagForBlock(Registry<Block> p_204129_, BlockInWorld p_204130_) booleanItemStack.hasAdventureModePlaceTagForBlock(Registry<Block> p_204122_, BlockInWorld p_204123_) booleanAdventureModeCheck.test(ItemStack p_204086_, Registry<Block> p_204087_, BlockInWorld p_204088_) 
- 
Uses of 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 com.google.common.cache.LoadingCache<BlockPos,BlockInWorld> BlockPattern.BlockPatternMatch.cacheprivate final Map<Character,Predicate<BlockInWorld>> BlockPatternBuilder.lookupMethods in net.minecraft.world.level.block.state.pattern that return BlockInWorldModifier and TypeMethodDescriptionBlockPattern.BlockPatternMatch.getBlock(int p_61230_, int p_61231_, int p_61232_) Methods in net.minecraft.world.level.block.state.pattern that return types with arguments of type BlockInWorldModifier and TypeMethodDescriptionstatic com.google.common.cache.LoadingCache<BlockPos,BlockInWorld> BlockPattern.createLevelCache(LevelReader p_61188_, boolean p_61189_) private Predicate<BlockInWorld>[][][]BlockPatternBuilder.createPattern()Predicate<BlockInWorld>[][][]BlockPattern.getPattern()static Predicate<BlockInWorld>BlockInWorld.hasState(Predicate<BlockState> p_61170_) Method parameters in net.minecraft.world.level.block.state.pattern with type arguments of type BlockInWorldModifier and TypeMethodDescriptionprivate BlockPattern.BlockPatternMatchBlockPattern.matches(BlockPos p_61198_, Direction p_61199_, Direction p_61200_, com.google.common.cache.LoadingCache<BlockPos, BlockInWorld> p_61201_) BlockPatternBuilder.where(char p_61245_, Predicate<BlockInWorld> p_61246_) Constructor parameters in net.minecraft.world.level.block.state.pattern with type arguments of type BlockInWorldModifierConstructorDescriptionBlockPatternMatch(BlockPos p_61221_, Direction p_61222_, Direction p_61223_, com.google.common.cache.LoadingCache<BlockPos, BlockInWorld> p_61224_, int p_61225_, int p_61226_, int p_61227_)