Add note to MixinBlockPos
I looked at this Mixin for a second and thought wtf why did I make this and then remembered why, so it's probably important to let anybody else that looks at it know why.
This commit is contained in:
		| @@ -35,6 +35,12 @@ public class MixinBlockPos extends Vec3i { | ||||
|         super(xIn, yIn, zIn); | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * The purpose of this was to ensure a friendly name for when we print raw | ||||
|      * block positions to chat in the context of an obfuscated environment. | ||||
|      * | ||||
|      * @return a string representation of the object. | ||||
|      */ | ||||
|     @Override | ||||
|     @Nonnull | ||||
|     public String toString() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user