Class PlaceBlockEvent
java.lang.Object
meteordevelopment.meteorclient.events.Cancellable
meteordevelopment.meteorclient.events.entity.player.PlaceBlockEvent
- All Implemented Interfaces:
meteordevelopment.orbit.ICancellable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PlaceBlockEventget(net.minecraft.util.math.BlockPos blockPos, net.minecraft.block.Block block) Methods inherited from class meteordevelopment.meteorclient.events.Cancellable
isCancelled, setCancelledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface meteordevelopment.orbit.ICancellable
cancel
-
Field Details
-
blockPos
public net.minecraft.util.math.BlockPos blockPos -
block
public net.minecraft.block.Block block
-
-
Constructor Details
-
PlaceBlockEvent
public PlaceBlockEvent()
-
-
Method Details
-
get
public static PlaceBlockEvent get(net.minecraft.util.math.BlockPos blockPos, net.minecraft.block.Block block)
-