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.
The text was updated successfully, but these errors were encountered:
The interface is ITemplateProcessor, and it fits with the 'prefix' style of naming used elsewhere (INamedThing -> NamedThingSubtype), but as it's the only vanilla implementation, it could be changed.
In this case the name used isn't important to me, as long as it accurately describes the class. I went with the current suggestion for the reason bs2609 stated.
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.
The text was updated successfully, but these errors were encountered: