↓ 16 callersMethodgetMovementOffsetsReturns a double[3] array with movement offsets, used to calculate trailing tail/neck positions. [0] = yaw offset, [1] = y offset, [2] = unused, alway
minecraft/net/minecraft/entity/boss/EntityDragon.java:111
↓ 16 callersMethodmouseReleased(int slotIndex, int x, int y, int mouseEvent, int relativeX, int relativeY)
minecraft/net/minecraft/client/gui/GuiListExtended.java:80
↓ 15 callersMethodmarkBlockRangeForRenderUpdateOn the client, re-renders all blocks in this range, inclusive. On the server, does nothing. Args: min x, min y, min z, max x, max y, max z
minecraft/net/minecraft/world/IWorldAccess.java:16
↓ 15 callersMethodrandomlyPlaceBlock(World worldIn, StructureBoundingBox boundingboxIn, Random rand, float chance, int x, int y, int z, IBlockStat
minecraft/net/minecraft/world/gen/structure/StructureComponent.java:546