public class UndoStep
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
VoxelBlobStateReference |
after |
VoxelBlobStateReference |
before |
int |
dimensionId |
UndoStep |
next |
net.minecraft.util.math.BlockPos |
pos |
| Constructor and Description |
|---|
UndoStep(int dimensionId,
net.minecraft.util.math.BlockPos pos,
VoxelBlobStateReference before,
VoxelBlobStateReference after) |
public final int dimensionId
public final net.minecraft.util.math.BlockPos pos
public final VoxelBlobStateReference before
public final VoxelBlobStateReference after
public UndoStep next
public UndoStep(int dimensionId,
net.minecraft.util.math.BlockPos pos,
VoxelBlobStateReference before,
VoxelBlobStateReference after)