Package net.minecraft.test
Class GameTest
java.lang.Object
net.minecraft.test.GameTest
public class GameTest extends Object
- Mappings:
Namespace Name official lv
intermediary net/minecraft/class_4517
named net/minecraft/test/GameTest
-
Field Summary
Fields Modifier and Type Field Description private boolean
completed
private long
expectedStopTime
private Collection<TestListener>
listeners
private @Nullable BlockPos
pos
private BlockRotation
rotation
private boolean
started
private Stopwatch
stopwatch
private @Nullable StructureBlockBlockEntity
structureBlockEntity
private TestFunction
testFunction
private @Nullable Throwable
throwable
private long
tick
private Object2LongMap<Runnable>
ticksByRunnables
private int
ticksLeft
private Collection<TimedTaskRunner>
timedTaskRunners
private ServerWorld
world
-
Constructor Summary
Constructors Constructor Description GameTest(TestFunction testFunction, BlockRotation rotation, ServerWorld world)
-
Method Summary
-
Field Details
-
testFunction
- Mappings:
Namespace Name Mixin selector official a
Llv;a:Lmm;
intermediary field_20559
Lnet/minecraft/class_4517;field_20559:Lnet/minecraft/class_4529;
named testFunction
Lnet/minecraft/test/GameTest;testFunction:Lnet/minecraft/test/TestFunction;
-
pos
- Mappings:
Namespace Name Mixin selector official b
Llv;b:Lgb;
intermediary field_20560
Lnet/minecraft/class_4517;field_20560:Lnet/minecraft/class_2338;
named pos
Lnet/minecraft/test/GameTest;pos:Lnet/minecraft/util/math/BlockPos;
-
world
- Mappings:
Namespace Name Mixin selector official c
Llv;c:Labj;
intermediary field_20561
Lnet/minecraft/class_4517;field_20561:Lnet/minecraft/class_3218;
named world
Lnet/minecraft/test/GameTest;world:Lnet/minecraft/server/world/ServerWorld;
-
listeners
- Mappings:
Namespace Name Mixin selector official d
Llv;d:Ljava/util/Collection;
intermediary field_20562
Lnet/minecraft/class_4517;field_20562:Ljava/util/Collection;
named listeners
Lnet/minecraft/test/GameTest;listeners:Ljava/util/Collection;
-
ticksLeft
private final int ticksLeft- Mappings:
Namespace Name Mixin selector official e
Llv;e:I
intermediary field_20563
Lnet/minecraft/class_4517;field_20563:I
named ticksLeft
Lnet/minecraft/test/GameTest;ticksLeft:I
-
timedTaskRunners
- Mappings:
Namespace Name Mixin selector official f
Llv;f:Ljava/util/Collection;
intermediary field_21452
Lnet/minecraft/class_4517;field_21452:Ljava/util/Collection;
named timedTaskRunners
Lnet/minecraft/test/GameTest;timedTaskRunners:Ljava/util/Collection;
-
ticksByRunnables
- Mappings:
Namespace Name Mixin selector official g
Llv;g:Lit/unimi/dsi/fastutil/objects/Object2LongMap;
intermediary field_21453
Lnet/minecraft/class_4517;field_21453:Lit/unimi/dsi/fastutil/objects/Object2LongMap;
named ticksByRunnables
Lnet/minecraft/test/GameTest;ticksByRunnables:Lit/unimi/dsi/fastutil/objects/Object2LongMap;
-
expectedStopTime
private long expectedStopTime- Mappings:
Namespace Name Mixin selector official h
Llv;h:J
intermediary field_21454
Lnet/minecraft/class_4517;field_21454:J
named expectedStopTime
Lnet/minecraft/test/GameTest;expectedStopTime:J
-
tick
private long tick- Mappings:
Namespace Name Mixin selector official i
Llv;i:J
intermediary field_21455
Lnet/minecraft/class_4517;field_21455:J
named tick
Lnet/minecraft/test/GameTest;tick:J
-
started
private boolean started- Mappings:
Namespace Name Mixin selector official j
Llv;j:Z
intermediary field_20565
Lnet/minecraft/class_4517;field_20565:Z
named started
Lnet/minecraft/test/GameTest;started:Z
-
stopwatch
- Mappings:
Namespace Name Mixin selector official k
Llv;k:Lcom/google/common/base/Stopwatch;
intermediary field_21456
Lnet/minecraft/class_4517;field_21456:Lcom/google/common/base/Stopwatch;
named stopwatch
Lnet/minecraft/test/GameTest;stopwatch:Lcom/google/common/base/Stopwatch;
-
completed
private boolean completed- Mappings:
Namespace Name Mixin selector official l
Llv;l:Z
intermediary field_20567
Lnet/minecraft/class_4517;field_20567:Z
named completed
Lnet/minecraft/test/GameTest;completed:Z
-
rotation
- Mappings:
Namespace Name Mixin selector official m
Llv;m:Lcek;
intermediary field_25301
Lnet/minecraft/class_4517;field_25301:Lnet/minecraft/class_2470;
named rotation
Lnet/minecraft/test/GameTest;rotation:Lnet/minecraft/util/BlockRotation;
-
throwable
- Mappings:
Namespace Name Mixin selector official n
Llv;n:Ljava/lang/Throwable;
intermediary field_20569
Lnet/minecraft/class_4517;field_20569:Ljava/lang/Throwable;
named throwable
Lnet/minecraft/test/GameTest;throwable:Ljava/lang/Throwable;
-
structureBlockEntity
- Mappings:
Namespace Name Mixin selector official o
Llv;o:Lcit;
intermediary field_27805
Lnet/minecraft/class_4517;field_27805:Lnet/minecraft/class_2633;
named structureBlockEntity
Lnet/minecraft/test/GameTest;structureBlockEntity:Lnet/minecraft/block/entity/StructureBlockBlockEntity;
-
-
Constructor Details
-
GameTest
- Mappings:
Namespace Name Mixin selector official <init>
Llv;<init>(Lmm;Lcek;Labj;)V
intermediary <init>
Lnet/minecraft/class_4517;<init>(Lnet/minecraft/class_4529;Lnet/minecraft/class_2470;Lnet/minecraft/class_3218;)V
named <init>
Lnet/minecraft/test/GameTest;<init>(Lnet/minecraft/test/TestFunction;Lnet/minecraft/util/BlockRotation;Lnet/minecraft/server/world/ServerWorld;)V
-
-
Method Details
-
setPos
- Mappings:
Namespace Name Mixin selector official a
Llv;a(Lgb;)V
intermediary method_23635
Lnet/minecraft/class_4517;method_23635(Lnet/minecraft/class_2338;)V
named setPos
Lnet/minecraft/test/GameTest;setPos(Lnet/minecraft/util/math/BlockPos;)V
-
startCountdown
void startCountdown()- Mappings:
Namespace Name Mixin selector official a
Llv;a()V
intermediary method_23634
Lnet/minecraft/class_4517;method_23634()V
named startCountdown
Lnet/minecraft/test/GameTest;startCountdown()V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official b
Llv;b()V
intermediary method_22165
Lnet/minecraft/class_4517;method_22165()V
named tick
Lnet/minecraft/test/GameTest;tick()V
-
tickTests
private void tickTests()- Mappings:
Namespace Name Mixin selector official A
Llv;A()V
intermediary method_33315
Lnet/minecraft/class_4517;method_33315()V
named tickTests
Lnet/minecraft/test/GameTest;tickTests()V
-
start
private void start()- Mappings:
Namespace Name Mixin selector official B
Llv;B()V
intermediary method_23639
Lnet/minecraft/class_4517;method_23639()V
named start
Lnet/minecraft/test/GameTest;start()V
-
runAtTick
- Mappings:
Namespace Name Mixin selector official a
Llv;a(JLjava/lang/Runnable;)V
intermediary method_36060
Lnet/minecraft/class_4517;method_36060(JLjava/lang/Runnable;)V
named runAtTick
Lnet/minecraft/test/GameTest;runAtTick(JLjava/lang/Runnable;)V
-
getStructurePath
- Mappings:
Namespace Name Mixin selector official c
Llv;c()Ljava/lang/String;
intermediary method_22169
Lnet/minecraft/class_4517;method_22169()Ljava/lang/String;
named getStructurePath
Lnet/minecraft/test/GameTest;getStructurePath()Ljava/lang/String;
-
getPos
- Mappings:
Namespace Name Mixin selector official d
Llv;d()Lgb;
intermediary method_22172
Lnet/minecraft/class_4517;method_22172()Lnet/minecraft/class_2338;
named getPos
Lnet/minecraft/test/GameTest;getPos()Lnet/minecraft/util/math/BlockPos;
-
getSize
- Mappings:
Namespace Name Mixin selector official e
Llv;e()Lgw;
intermediary method_36061
Lnet/minecraft/class_4517;method_36061()Lnet/minecraft/class_2382;
named getSize
Lnet/minecraft/test/GameTest;getSize()Lnet/minecraft/util/math/Vec3i;
-
getBoundingBox
- Mappings:
Namespace Name Mixin selector official f
Llv;f()Ldlt;
intermediary method_36062
Lnet/minecraft/class_4517;method_36062()Lnet/minecraft/class_238;
named getBoundingBox
Lnet/minecraft/test/GameTest;getBoundingBox()Lnet/minecraft/util/math/Box;
-
getStructureBlockBlockEntity
- Mappings:
Namespace Name Mixin selector official C
Llv;C()Lcit;
intermediary method_36059
Lnet/minecraft/class_4517;method_36059()Lnet/minecraft/class_2633;
named getStructureBlockBlockEntity
Lnet/minecraft/test/GameTest;getStructureBlockBlockEntity()Lnet/minecraft/block/entity/StructureBlockBlockEntity;
-
getWorld
- Mappings:
Namespace Name Mixin selector official g
Llv;g()Labj;
intermediary method_22176
Lnet/minecraft/class_4517;method_22176()Lnet/minecraft/class_3218;
named getWorld
Lnet/minecraft/test/GameTest;getWorld()Lnet/minecraft/server/world/ServerWorld;
-
isPassed
public boolean isPassed()- Mappings:
Namespace Name Mixin selector official h
Llv;h()Z
intermediary method_22177
Lnet/minecraft/class_4517;method_22177()Z
named isPassed
Lnet/minecraft/test/GameTest;isPassed()Z
-
isFailed
public boolean isFailed()- Mappings:
Namespace Name Mixin selector official i
Llv;i()Z
intermediary method_22178
Lnet/minecraft/class_4517;method_22178()Z
named isFailed
Lnet/minecraft/test/GameTest;isFailed()Z
-
isStarted
public boolean isStarted()- Mappings:
Namespace Name Mixin selector official j
Llv;j()Z
intermediary method_22179
Lnet/minecraft/class_4517;method_22179()Z
named isStarted
Lnet/minecraft/test/GameTest;isStarted()Z
-
isCompleted
public boolean isCompleted()- Mappings:
Namespace Name Mixin selector official k
Llv;k()Z
intermediary method_22180
Lnet/minecraft/class_4517;method_22180()Z
named isCompleted
Lnet/minecraft/test/GameTest;isCompleted()Z
-
getElapsedMilliseconds
public long getElapsedMilliseconds()- Mappings:
Namespace Name Mixin selector official l
Llv;l()J
intermediary method_36063
Lnet/minecraft/class_4517;method_36063()J
named getElapsedMilliseconds
Lnet/minecraft/test/GameTest;getElapsedMilliseconds()J
-
complete
private void complete()- Mappings:
Namespace Name Mixin selector official D
Llv;D()V
intermediary method_23640
Lnet/minecraft/class_4517;method_23640()V
named complete
Lnet/minecraft/test/GameTest;complete()V
-
completeIfSuccessful
public void completeIfSuccessful()- Mappings:
Namespace Name Mixin selector official m
Llv;m()V
intermediary method_36064
Lnet/minecraft/class_4517;method_36064()V
named completeIfSuccessful
Lnet/minecraft/test/GameTest;completeIfSuccessful()V
-
fail
- Mappings:
Namespace Name Mixin selector official a
Llv;a(Ljava/lang/Throwable;)V
intermediary method_22168
Lnet/minecraft/class_4517;method_22168(Ljava/lang/Throwable;)V
named fail
Lnet/minecraft/test/GameTest;fail(Ljava/lang/Throwable;)V
-
getThrowable
- Mappings:
Namespace Name Mixin selector official n
Llv;n()Ljava/lang/Throwable;
intermediary method_22182
Lnet/minecraft/class_4517;method_22182()Ljava/lang/Throwable;
named getThrowable
Lnet/minecraft/test/GameTest;getThrowable()Ljava/lang/Throwable;
-
toString
-
addListener
- Mappings:
Namespace Name Mixin selector official a
Llv;a(Llw;)V
intermediary method_22167
Lnet/minecraft/class_4517;method_22167(Lnet/minecraft/class_4518;)V
named addListener
Lnet/minecraft/test/GameTest;addListener(Lnet/minecraft/test/TestListener;)V
-
init
- Mappings:
Namespace Name Mixin selector official a
Llv;a(Lgb;I)V
intermediary method_22166
Lnet/minecraft/class_4517;method_22166(Lnet/minecraft/class_2338;I)V
named init
Lnet/minecraft/test/GameTest;init(Lnet/minecraft/util/math/BlockPos;I)V
-
clearArea
public void clearArea()- Mappings:
Namespace Name Mixin selector official o
Llv;o()V
intermediary method_32240
Lnet/minecraft/class_4517;method_32240()V
named clearArea
Lnet/minecraft/test/GameTest;clearArea()V
-
method_36065
long method_36065()- Mappings:
Namespace Name Mixin selector official p
Llv;p()J
intermediary method_36065
Lnet/minecraft/class_4517;method_36065()J
named method_36065
Lnet/minecraft/test/GameTest;method_36065()J
-
createTimedTaskRunner
TimedTaskRunner createTimedTaskRunner()- Mappings:
Namespace Name Mixin selector official q
Llv;q()Llz;
intermediary method_36066
Lnet/minecraft/class_4517;method_36066()Lnet/minecraft/class_4693;
named createTimedTaskRunner
Lnet/minecraft/test/GameTest;createTimedTaskRunner()Lnet/minecraft/test/TimedTaskRunner;
-
isRequired
public boolean isRequired()- Mappings:
Namespace Name Mixin selector official r
Llv;r()Z
intermediary method_22183
Lnet/minecraft/class_4517;method_22183()Z
named isRequired
Lnet/minecraft/test/GameTest;isRequired()Z
-
isOptional
public boolean isOptional()- Mappings:
Namespace Name Mixin selector official s
Llv;s()Z
intermediary method_22184
Lnet/minecraft/class_4517;method_22184()Z
named isOptional
Lnet/minecraft/test/GameTest;isOptional()Z
-
getStructureName
- Mappings:
Namespace Name Mixin selector official t
Llv;t()Ljava/lang/String;
intermediary method_23638
Lnet/minecraft/class_4517;method_23638()Ljava/lang/String;
named getStructureName
Lnet/minecraft/test/GameTest;getStructureName()Ljava/lang/String;
-
getRotation
- Mappings:
Namespace Name Mixin selector official u
Llv;u()Lcek;
intermediary method_29402
Lnet/minecraft/class_4517;method_29402()Lnet/minecraft/class_2470;
named getRotation
Lnet/minecraft/test/GameTest;getRotation()Lnet/minecraft/util/BlockRotation;
-
getTestFunction
- Mappings:
Namespace Name Mixin selector official v
Llv;v()Lmm;
intermediary method_29403
Lnet/minecraft/class_4517;method_29403()Lnet/minecraft/class_4529;
named getTestFunction
Lnet/minecraft/test/GameTest;getTestFunction()Lnet/minecraft/test/TestFunction;
-
getTicksLeft
public int getTicksLeft()- Mappings:
Namespace Name Mixin selector official w
Llv;w()I
intermediary method_36067
Lnet/minecraft/class_4517;method_36067()I
named getTicksLeft
Lnet/minecraft/test/GameTest;getTicksLeft()I
-
isFlaky
public boolean isFlaky()- Mappings:
Namespace Name Mixin selector official x
Llv;x()Z
intermediary method_32241
Lnet/minecraft/class_4517;method_32241()Z
named isFlaky
Lnet/minecraft/test/GameTest;isFlaky()Z
-
getMaxAttempts
public int getMaxAttempts()- Mappings:
Namespace Name Mixin selector official y
Llv;y()I
intermediary method_32242
Lnet/minecraft/class_4517;method_32242()I
named getMaxAttempts
Lnet/minecraft/test/GameTest;getMaxAttempts()I
-
getRequiredSuccesses
public int getRequiredSuccesses()- Mappings:
Namespace Name Mixin selector official z
Llv;z()I
intermediary method_32243
Lnet/minecraft/class_4517;method_32243()I
named getRequiredSuccesses
Lnet/minecraft/test/GameTest;getRequiredSuccesses()I
-