Class AABBTicket

java.lang.Object
net.neoforged.neoforge.common.ticket.SimpleTicket<net.minecraft.world.phys.Vec3>
net.neoforged.neoforge.common.ticket.AABBTicket

public class AABBTicket extends SimpleTicket<net.minecraft.world.phys.Vec3>
  • Field Details

    • axisAlignedBB

      public final net.minecraft.world.phys.AABB axisAlignedBB
  • Constructor Details

    • AABBTicket

      public AABBTicket(net.minecraft.world.phys.AABB axisAlignedBB)
  • Method Details

    • matches

      public boolean matches(net.minecraft.world.phys.Vec3 toMatch)
      Specified by:
      matches in class SimpleTicket<net.minecraft.world.phys.Vec3>