Uses of Class
net.minecraft.block.pattern.BlockPattern.Result
| Package | Description |
|---|---|
| net.minecraft.block.pattern | |
| net.minecraft.entity.boss.dragon |
-
Uses of BlockPattern.Result in net.minecraft.block.pattern
Methods in net.minecraft.block.pattern that return BlockPattern.Result Modifier and Type Method Description @Nullable BlockPattern.ResultBlockPattern. method_35300(WorldView worldView, BlockPos blockPos, Direction direction, Direction direction2)@Nullable BlockPattern.ResultBlockPattern. searchAround(WorldView world, BlockPos pos)private @Nullable BlockPattern.ResultBlockPattern. testTransform(BlockPos frontTopLeft, Direction forwards, Direction up, LoadingCache<BlockPos,CachedBlockPosition> cache) -
Uses of BlockPattern.Result in net.minecraft.entity.boss.dragon
Methods in net.minecraft.entity.boss.dragon that return BlockPattern.Result Modifier and Type Method Description private BlockPattern.ResultEnderDragonFight. findEndPortal()