Uses of Enum Class
org.geysermc.connector.utils.Axis
Packages that use Axis
Package
Description
-
Uses of Axis in org.geysermc.connector.network.session.cache
Methods in org.geysermc.connector.network.session.cache with parameters of type AxisModifier and TypeMethodDescriptiondoublePistonCache.computeCollisionOffset(com.nukkitx.math.vector.Vector3i blockPos, BoundingBox boundingBox, Axis axis, double offset) -
Uses of Axis in org.geysermc.connector.network.translators.collision
Methods in org.geysermc.connector.network.translators.collision with parameters of type AxisModifier and TypeMethodDescriptiondoubleBoundingBox.getMaxOffset(com.nukkitx.math.vector.Vector3d boxOffset, BoundingBox otherBoundingBox, Axis axis, double offset)Find the maximum offset of another bounding box in an axis that will not collide with this bounding box -
Uses of Axis in org.geysermc.connector.network.translators.collision.translators
Methods in org.geysermc.connector.network.translators.collision.translators with parameters of type AxisModifier and TypeMethodDescriptiondoubleBlockCollision.computeCollisionOffset(BoundingBox boundingBox, Axis axis, double offset) -
Uses of Axis in org.geysermc.connector.network.translators.world.block.entity
Methods in org.geysermc.connector.network.translators.world.block.entity with parameters of type AxisModifier and TypeMethodDescriptiondoublePistonBlockEntity.computeCollisionOffset(com.nukkitx.math.vector.Vector3i blockPos, BoundingBox boundingBox, Axis axis, double movement)Compute the maximum movement of a bounding box that won't collide with the moving block attached to this piston -
Uses of Axis in org.geysermc.connector.utils
Fields in org.geysermc.connector.utils declared as AxisMethods in org.geysermc.connector.utils that return Axis