Uses of Interface
org.sgrewritten.stargate.api.vectorlogic.VectorOperation
Packages that use VectorOperation
Package
Description
-
Uses of VectorOperation in org.sgrewritten.stargate.api.gate
Methods in org.sgrewritten.stargate.api.gate with parameters of type VectorOperationModifier and TypeMethodDescriptionbooleanGateFormatAPI.matches(VectorOperation converter, org.bukkit.Location topLeft) Determines whether the format matches when provided a conversion between minecraft space and format space. -
Uses of VectorOperation in org.sgrewritten.stargate.api.gate.structure
Methods in org.sgrewritten.stargate.api.gate.structure with parameters of type VectorOperationModifier and TypeMethodDescriptionabstract voidGateStructure.generateStructure(VectorOperation converter, org.bukkit.Location topLeft) Generate the structure from formatbooleanGateStructure.isValidState(VectorOperation vectorOperation, org.bukkit.Location topLeft) Checks if all the blocks part of this structure matches a built structure -
Uses of VectorOperation in org.sgrewritten.stargate.api.vectorlogic
Classes in org.sgrewritten.stargate.api.vectorlogic that implement VectorOperationModifier and TypeClassDescriptionclassA vector operation helps with various operations done on vectorsclassA simpler version of the vector operation class, but with the same functionality -
Uses of VectorOperation in org.sgrewritten.stargate.gate
Methods in org.sgrewritten.stargate.gate with parameters of type VectorOperationModifier and TypeMethodDescriptionbooleanGateFormat.matches(VectorOperation converter, org.bukkit.Location topLeft) Checks if the structure of a physical stargate matches this one -
Uses of VectorOperation in org.sgrewritten.stargate.gate.structure
Methods in org.sgrewritten.stargate.gate.structure with parameters of type VectorOperationModifier and TypeMethodDescriptionvoidGateControlBlock.generateStructure(VectorOperation converter, org.bukkit.Location topLeft) voidGateFrame.generateStructure(VectorOperation converter, org.bukkit.Location topLeft) voidGateIris.generateStructure(VectorOperation converter, org.bukkit.Location topLeft) -
Uses of VectorOperation in org.sgrewritten.stargate.util
Methods in org.sgrewritten.stargate.util with parameters of type VectorOperationModifier and TypeMethodDescriptionstatic org.bukkit.util.VectorVectorUtils.getFormatSpaceCoordinate(org.bukkit.Location topLeft, VectorOperation vectorOperation, org.bukkit.Location location) Convert between two different coordinate systems.static org.bukkit.LocationVectorUtils.getLocation(org.bukkit.Location topLeft, VectorOperation vectorOperation, org.bukkit.util.Vector vector) Convert between two different coordinate systems.