Uses of Class
net.minecraft.world.level.block.state.pattern.BlockPattern.BlockPatternMatch
Packages that use BlockPattern.BlockPatternMatch
Package
Description
-
Uses of BlockPattern.BlockPatternMatch in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type BlockPattern.BlockPatternMatchModifier and TypeMethodDescriptionstatic voidCarvedPumpkinBlock.clearPatternBlocks(Level level, BlockPattern.BlockPatternMatch patternMatch) private WeatheringCopper.WeatherStateCarvedPumpkinBlock.getWeatherStateFromPattern(BlockPattern.BlockPatternMatch pattern) voidCarvedPumpkinBlock.replaceCopperBlockWithChest(Level level, BlockPattern.BlockPatternMatch pattern) private static voidCarvedPumpkinBlock.spawnGolemInWorld(Level level, BlockPattern.BlockPatternMatch patternMatch, Entity golem, BlockPos pos) static voidCarvedPumpkinBlock.updatePatternBlocks(Level level, BlockPattern.BlockPatternMatch patternMatch) -
Uses of BlockPattern.BlockPatternMatch in net.minecraft.world.level.block.state.pattern
Methods in net.minecraft.world.level.block.state.pattern that return BlockPattern.BlockPatternMatchModifier and TypeMethodDescriptionBlockPattern.find(LevelReader level, BlockPos pos) Calculates whether the given world position matches the pattern.private BlockPattern.BlockPatternMatchBlockPattern.matches(BlockPos pos, Direction finger, Direction thumb, LoadingCache<BlockPos, BlockInWorld> cache) Checks that the given pattern invalid input: '&' rotation is at the block coordinates.BlockPattern.matches(LevelReader level, BlockPos pos, Direction finger, Direction thumb) -
Uses of BlockPattern.BlockPatternMatch in net.minecraft.world.level.dimension.end
Methods in net.minecraft.world.level.dimension.end that return BlockPattern.BlockPatternMatchModifier and TypeMethodDescriptionprivate BlockPattern.BlockPatternMatchEndDragonFight.findExitPortal()