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 lk
intermediary net/minecraft/class_4513
named net/minecraft/test/PositionedException
-
Field Summary
Fields Modifier and Type Field Description private long
field_21449
private BlockPos
pos
private BlockPos
relativePos
-
Constructor Summary
Constructors Constructor Description PositionedException()
-
Method Summary
Modifier and Type Method Description String
getDebugMessage()
String
getMessage()
BlockPos
getPos()
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 a
Llk;a:Lfx;
intermediary field_20541
Lnet/minecraft/class_4513;field_20541:Lnet/minecraft/class_2338;
named pos
Lnet/minecraft/test/PositionedException;pos:Lnet/minecraft/util/math/BlockPos;
-
relativePos
- Mappings:
Namespace Name Mixin selector official b
Llk;b:Lfx;
intermediary field_20542
Lnet/minecraft/class_4513;field_20542:Lnet/minecraft/class_2338;
named relativePos
Lnet/minecraft/test/PositionedException;relativePos:Lnet/minecraft/util/math/BlockPos;
-
field_21449
private final long field_21449- Mappings:
Namespace Name Mixin selector official c
Llk;c:J
intermediary field_21449
Lnet/minecraft/class_4513;field_21449:J
named field_21449
Lnet/minecraft/test/PositionedException;field_21449:J
-
-
Constructor Details
-
PositionedException
public PositionedException()
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
- Mappings:
Namespace Name Mixin selector official getMessage
Llk;getMessage()Ljava/lang/String;
intermediary getMessage
Lnet/minecraft/class_4513;getMessage()Ljava/lang/String;
named getMessage
Lnet/minecraft/test/PositionedException;getMessage()Ljava/lang/String;
-
getDebugMessage
- Mappings:
Namespace Name Mixin selector official a
Llk;a()Ljava/lang/String;
intermediary method_22150
Lnet/minecraft/class_4513;method_22150()Ljava/lang/String;
named getDebugMessage
Lnet/minecraft/test/PositionedException;getDebugMessage()Ljava/lang/String;
-
getPos
- Mappings:
Namespace Name Mixin selector official c
Llk;c()Lfx;
intermediary method_22151
Lnet/minecraft/class_4513;method_22151()Lnet/minecraft/class_2338;
named getPos
Lnet/minecraft/test/PositionedException;getPos()Lnet/minecraft/util/math/BlockPos;
-