Class BoundaryOffset
- java.lang.Object
-
- net.egartley.beyondorigins.core.logic.interaction.BoundaryOffset
-
public class BoundaryOffset extends java.lang.Object
A numeric offset from the top left (relative origin) of an entity
-
-
Constructor Summary
Constructors Constructor Description BoundaryOffset(int top, int bottom, int left, int right)
Creates a new boundary offset
-