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> pContext, String pName) 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 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 LoadingCache
<BlockPos, BlockInWorld> BlockPattern.createLevelCache
(LevelReader pLevel, boolean pForceLoad) 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 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<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)