Uses of Class
net.minecraft.world.level.block.state.pattern.BlockInWorld
Packages that use BlockInWorld
Package
Description
-
Uses of BlockInWorld in net.minecraft.advancements.critereon
Methods in net.minecraft.advancements.critereon 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> p_115574_, String p_115575_) Methods in net.minecraft.commands.arguments.blocks with parameters of type BlockInWorldModifier and TypeMethodDescriptionboolean
BlockInput.test
(BlockInWorld pBlock) boolean
BlockPredicateArgument.BlockPredicate.test
(BlockInWorld pBlock) boolean
BlockPredicateArgument.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 int
CloneCommands.clone
(CommandSourceStack pSource, CloneCommands.DimensionAndPosition pBegin, CloneCommands.DimensionAndPosition pEnd, CloneCommands.DimensionAndPosition pTarget, Predicate<BlockInWorld> pFilter, CloneCommands.Mode pMode) private static int
FillCommand.fillBlocks
(CommandSourceStack pSource, BoundingBox pArea, BlockInput pNewBlock, FillCommand.Mode pMode, Predicate<BlockInWorld> pReplacingPredicate) private static int
SetBlockCommand.setBlock
(CommandSourceStack pSource, BlockPos pPos, BlockInput pState, SetBlockCommand.Mode pMode, Predicate<BlockInWorld> pPredicate) -
Uses of BlockInWorld in net.minecraft.world.item
Fields in net.minecraft.world.item declared as BlockInWorldMethods in net.minecraft.world.item with parameters of type BlockInWorldModifier and TypeMethodDescriptionprivate static boolean
AdventureModePredicate.areSameBlocks
(BlockInWorld pFirst, BlockInWorld pSecond, boolean pCheckNbt) boolean
ItemStack.canBreakBlockInAdventureMode
(BlockInWorld pBlock) boolean
ItemStack.canPlaceOnBlockInAdventureMode
(BlockInWorld pBlock) boolean
AdventureModePredicate.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 com.google.common.cache.LoadingCache
<BlockPos, BlockInWorld> BlockPattern.BlockPatternMatch.cache
private final Map
<Character, Predicate<BlockInWorld>> BlockPatternBuilder.lookup
Methods 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 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> pState) Method parameters in net.minecraft.world.level.block.state.pattern with type arguments of type BlockInWorldModifier and TypeMethodDescriptionprivate BlockPattern.BlockPatternMatch
BlockPattern.matches
(BlockPos p_61198_, Direction p_61199_, Direction p_61200_, com.google.common.cache.LoadingCache<BlockPos, BlockInWorld> p_61201_) BlockPatternBuilder.where
(char pSymbol, Predicate<BlockInWorld> pBlockMatcher) 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_)