Package net.minecraft.test
Class PositionedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.test.TimeMismatchException
net.minecraft.test.PositionedException
- All Implemented Interfaces:
Serializable
public class PositionedException extends TimeMismatchException
- See Also:
- Serialized Form
- Mappings:
Namespace Name official lkintermediary net/minecraft/class_4513named net/minecraft/test/PositionedException
-
Field Summary
Fields Modifier and Type Field Description private longfield_21449private BlockPosposprivate BlockPosrelativePos -
Constructor Summary
Constructors Constructor Description PositionedException() -
Method Summary
Modifier and Type Method Description StringgetDebugMessage()StringgetMessage()BlockPosgetPos()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
pos
- Mappings:
Namespace Name Mixin selector official aLlk;a:Lfx;intermediary field_20541Lnet/minecraft/class_4513;field_20541:Lnet/minecraft/class_2338;named posLnet/minecraft/test/PositionedException;pos:Lnet/minecraft/util/math/BlockPos;
-
relativePos
- Mappings:
Namespace Name Mixin selector official bLlk;b:Lfx;intermediary field_20542Lnet/minecraft/class_4513;field_20542:Lnet/minecraft/class_2338;named relativePosLnet/minecraft/test/PositionedException;relativePos:Lnet/minecraft/util/math/BlockPos;
-
field_21449
private final long field_21449- Mappings:
Namespace Name Mixin selector official cLlk;c:Jintermediary field_21449Lnet/minecraft/class_4513;field_21449:Jnamed field_21449Lnet/minecraft/test/PositionedException;field_21449:J
-
-
Constructor Details
-
PositionedException
public PositionedException()
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable- Mappings:
Namespace Name Mixin selector official getMessageLlk;getMessage()Ljava/lang/String;intermediary getMessageLnet/minecraft/class_4513;getMessage()Ljava/lang/String;named getMessageLnet/minecraft/test/PositionedException;getMessage()Ljava/lang/String;
-
getDebugMessage
- Mappings:
Namespace Name Mixin selector official aLlk;a()Ljava/lang/String;intermediary method_22150Lnet/minecraft/class_4513;method_22150()Ljava/lang/String;named getDebugMessageLnet/minecraft/test/PositionedException;getDebugMessage()Ljava/lang/String;
-
getPos
- Mappings:
Namespace Name Mixin selector official cLlk;c()Lfx;intermediary method_22151Lnet/minecraft/class_4513;method_22151()Lnet/minecraft/class_2338;named getPosLnet/minecraft/test/PositionedException;getPos()Lnet/minecraft/util/math/BlockPos;
-