Package net.minecraft.test
Class PositionedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.test.TestException
net.minecraft.test.GameTestException
net.minecraft.test.PositionedException
- All Implemented Interfaces:
Serializable
- See Also:
- Mappings:
Namespace Name named net/minecraft/test/PositionedException
intermediary net/minecraft/class_4513
official sr
-
Field Summary
FieldsFields inherited from class net.minecraft.test.GameTestException
message, tick
-
Constructor Summary
ConstructorsConstructorDescriptionPositionedException
(Text message, BlockPos pos, BlockPos relativePos, int tick) -
Method Summary
Methods inherited from class net.minecraft.test.GameTestException
getMessage
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 named pos
Lnet/minecraft/test/PositionedException;pos:Lnet/minecraft/util/math/BlockPos;
intermediary field_20541
Lnet/minecraft/class_4513;field_20541:Lnet/minecraft/class_2338;
official c
Lsr;c:Ljb;
-
relativePos
- Mappings:
Namespace Name Mixin selector named relativePos
Lnet/minecraft/test/PositionedException;relativePos:Lnet/minecraft/util/math/BlockPos;
intermediary field_20542
Lnet/minecraft/class_4513;field_20542:Lnet/minecraft/class_2338;
official d
Lsr;d:Ljb;
-
-
Constructor Details
-
PositionedException
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/test/PositionedException;<init>(Lnet/minecraft/text/Text;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;I)V
intermediary <init>
Lnet/minecraft/class_4513;<init>(Lnet/minecraft/class_2561;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;I)V
official <init>
Lsr;<init>(Lxo;Ljb;Ljb;I)V
-
-
Method Details
-
getText
- Overrides:
getText
in classGameTestException
- Mappings:
Namespace Name Mixin selector named getText
Lnet/minecraft/test/TestException;getText()Lnet/minecraft/text/Text;
intermediary method_66924
Lnet/minecraft/class_10751;method_66924()Lnet/minecraft/class_2561;
official a
Lsx;a()Lxo;
-
getDebugMessage
- Mappings:
Namespace Name Mixin selector named getDebugMessage
Lnet/minecraft/test/PositionedException;getDebugMessage()Ljava/lang/String;
intermediary method_22150
Lnet/minecraft/class_4513;method_22150()Ljava/lang/String;
official b
Lsr;b()Ljava/lang/String;
-
getRelativePos
- Mappings:
Namespace Name Mixin selector named getRelativePos
Lnet/minecraft/test/PositionedException;getRelativePos()Lnet/minecraft/util/math/BlockPos;
intermediary method_35940
Lnet/minecraft/class_4513;method_35940()Lnet/minecraft/class_2338;
official c
Lsr;c()Ljb;
-
getPos
- Mappings:
Namespace Name Mixin selector named getPos
Lnet/minecraft/test/PositionedException;getPos()Lnet/minecraft/util/math/BlockPos;
intermediary method_22151
Lnet/minecraft/class_4513;method_22151()Lnet/minecraft/class_2338;
official d
Lsr;d()Ljb;
-