You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BlockRotationProcessor class is used by Mojang's nbt schematic format to handle integrity checks. Integrity is used to lower the accuracy of a loaded structure. For example, if the integrity was 0.90f each block in the structure would have a 10% chance of being loaded as null/air. This class has nothing to do with rotations.