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/PositionedExceptionintermediary net/minecraft/class_4513official sj
- 
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
getMessageMethods 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 posLnet/minecraft/test/PositionedException;pos:Lnet/minecraft/util/math/BlockPos;intermediary field_20541Lnet/minecraft/class_4513;field_20541:Lnet/minecraft/class_2338;official cLsj;c:Liw;
 - 
relativePos
- Mappings:
 Namespace Name Mixin selector named relativePosLnet/minecraft/test/PositionedException;relativePos:Lnet/minecraft/util/math/BlockPos;intermediary field_20542Lnet/minecraft/class_4513;field_20542:Lnet/minecraft/class_2338;official dLsj;d:Liw;
 
 - 
 - 
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)Vintermediary <init>Lnet/minecraft/class_4513;<init>(Lnet/minecraft/class_2561;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;I)Vofficial <init>Lsj;<init>(Lxg;Liw;Liw;I)V
 
 - 
 - 
Method Details
- 
getText
- Overrides:
 getTextin classGameTestException- Mappings:
 Namespace Name Mixin selector named getTextLnet/minecraft/test/TestException;getText()Lnet/minecraft/text/Text;intermediary method_66924Lnet/minecraft/class_10751;method_66924()Lnet/minecraft/class_2561;official aLsp;a()Lxg;
 - 
getDebugMessage
- Mappings:
 Namespace Name Mixin selector named getDebugMessageLnet/minecraft/test/PositionedException;getDebugMessage()Ljava/lang/String;intermediary method_22150Lnet/minecraft/class_4513;method_22150()Ljava/lang/String;official bLsj;b()Ljava/lang/String;
 - 
getRelativePos
- Mappings:
 Namespace Name Mixin selector named getRelativePosLnet/minecraft/test/PositionedException;getRelativePos()Lnet/minecraft/util/math/BlockPos;intermediary method_35940Lnet/minecraft/class_4513;method_35940()Lnet/minecraft/class_2338;official cLsj;c()Liw;
 - 
getPos
- Mappings:
 Namespace Name Mixin selector named getPosLnet/minecraft/test/PositionedException;getPos()Lnet/minecraft/util/math/BlockPos;intermediary method_22151Lnet/minecraft/class_4513;method_22151()Lnet/minecraft/class_2338;official dLsj;d()Liw;
 
 -