Class CollisionShapeEvent

java.lang.Object
meteordevelopment.meteorclient.events.Cancellable
meteordevelopment.meteorclient.events.world.CollisionShapeEvent
All Implemented Interfaces:
meteordevelopment.orbit.ICancellable

public class CollisionShapeEvent extends Cancellable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    net.minecraft.util.math.BlockPos
     
    net.minecraft.util.shape.VoxelShape
     
    net.minecraft.block.BlockState
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(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, setCancelled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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)