Package net.minecraftforge.common.ticket
Class AABBTicket
- java.lang.Object
-
- net.minecraftforge.common.ticket.SimpleTicket<Vector3d>
-
- net.minecraftforge.common.ticket.AABBTicket
-
public class AABBTicket extends SimpleTicket<Vector3d>
-
-
Field Summary
Fields Modifier and Type Field Description AxisAlignedBB
axisAlignedBB
-
Fields inherited from class net.minecraftforge.common.ticket.SimpleTicket
isValid
-
-
Constructor Summary
Constructors Constructor Description AABBTicket(AxisAlignedBB axisAlignedBB)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(Vector3d toMatch)
-
Methods inherited from class net.minecraftforge.common.ticket.SimpleTicket
forEachManager, getDummyManagers, getMasterManager, invalidate, isValid, setManager, unload, validate
-
-
-
-
Field Detail
-
axisAlignedBB
@Nonnull public final AxisAlignedBB axisAlignedBB
-
-
Constructor Detail
-
AABBTicket
public AABBTicket(@Nonnull AxisAlignedBB axisAlignedBB)
-
-
Method Detail
-
matches
public boolean matches(Vector3d toMatch)
- Specified by:
matches
in classSimpleTicket<Vector3d>
-
-