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:
parent
0bd46e88a5
commit
1c80950a70
@ -35,6 +35,12 @@ public class MixinBlockPos extends Vec3i {
|
|||||||
super(xIn, yIn, zIn);
|
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
|
@Override
|
||||||
@Nonnull
|
@Nonnull
|
||||||
public String toString() {
|
public String toString() {
|
||||||
|
Loading…
Reference in New Issue
Block a user