Class ChestLikeData
java.lang.Object
com.hammy275.immersivemc.client.immersive.info.ChestLikeData
-
Field Summary
Modifier and TypeFieldDescriptionint
boolean
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
forceClose
(net.minecraft.core.BlockPos pos) void
forceOpen
(net.minecraft.core.BlockPos pos) void
nextRow()
int
offsetIn
(int rowCheck) void
toggleOpen
(net.minecraft.core.BlockPos pos)
-
Field Details
-
MIN_ROW
public static final int MIN_ROW- See Also:
-
MAX_ROW
public static final int MAX_ROW- See Also:
-
currentRow
public int currentRow -
isOpen
public boolean isOpen
-
-
Constructor Details
-
ChestLikeData
public ChestLikeData()
-
-
Method Details
-
toggleOpen
public void toggleOpen(net.minecraft.core.BlockPos pos) -
forceOpen
public void forceOpen(net.minecraft.core.BlockPos pos) -
forceClose
public void forceClose(net.minecraft.core.BlockPos pos) -
nextRow
public void nextRow() -
offsetIn
public int offsetIn(int rowCheck)
-