Class BoxHandler
java.lang.Object
com.mrbysco.measurements.client.BoxHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.InteractionResultaddBox(@NotNull net.minecraft.world.entity.player.Player playerEntity, @NotNull net.minecraft.core.BlockPos blockPos) static voidclear()static List<MeasurementBox> static voidundo()
-
Field Details
-
random
-
-
Constructor Details
-
BoxHandler
public BoxHandler()
-
-
Method Details
-
addBox
public static net.minecraft.world.InteractionResult addBox(@NotNull @NotNull net.minecraft.world.entity.player.Player playerEntity, @NotNull @NotNull net.minecraft.core.BlockPos blockPos) -
getBoxList
-
undo
public static void undo() -
clear
public static void clear()
-