Class AABBTicket
java.lang.Object
net.neoforged.neoforge.common.ticket.SimpleTicket<net.minecraft.world.phys.Vec3>
net.neoforged.neoforge.common.ticket.AABBTicket
-
Field Summary
FieldsFields inherited from class net.neoforged.neoforge.common.ticket.SimpleTicket
isValid
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.neoforged.neoforge.common.ticket.SimpleTicket
forEachManager, getDummyManagers, getMasterManager, invalidate, isValid, setManager, unload, validate
-
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 classSimpleTicket<net.minecraft.world.phys.Vec3>
-