Class PlaceBlockEvent
java.lang.Object
meteordevelopment.meteorclient.events.entity.player.PlaceBlockEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PlaceBlockEventget(net.minecraft.util.math.BlockPos blockPos, net.minecraft.block.Block block)
-
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)
-