Class PacketMine.MyBlock
java.lang.Object
meteordevelopment.meteorclient.systems.modules.world.PacketMine.MyBlock
- Enclosing class:
- PacketMine
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisReady()voidmine()voidrender(Render3DEvent event) set(StartBreakingBlockEvent event) boolean
-
Field Details
-
blockPos
public net.minecraft.util.math.BlockPos blockPos -
blockState
public net.minecraft.block.BlockState blockState -
block
public net.minecraft.block.Block block -
direction
public net.minecraft.util.math.Direction direction -
timer
public int timer -
mining
public boolean mining -
progress
public double progress
-
-
Constructor Details
-
MyBlock
public MyBlock()
-
-
Method Details
-
set
-
shouldRemove
public boolean shouldRemove() -
isReady
public boolean isReady() -
mine
public void mine() -
render
-