Class CollisionShapeEvent
java.lang.Object
meteordevelopment.meteorclient.events.Cancellable
meteordevelopment.meteorclient.events.world.CollisionShapeEvent
- All Implemented Interfaces:
meteordevelopment.orbit.ICancellable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CollisionShapeEventget(net.minecraft.block.BlockState state, net.minecraft.util.math.BlockPos pos, net.minecraft.util.shape.VoxelShape shape) 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
-
state
public net.minecraft.block.BlockState state -
pos
public net.minecraft.util.math.BlockPos pos -
shape
public net.minecraft.util.shape.VoxelShape shape
-
-
Constructor Details
-
CollisionShapeEvent
public CollisionShapeEvent()
-
-
Method Details
-
get
public static CollisionShapeEvent get(net.minecraft.block.BlockState state, net.minecraft.util.math.BlockPos pos, net.minecraft.util.shape.VoxelShape shape)
-