Skip to content

Commit

Permalink
minor cleanup and comment touchup
Browse files Browse the repository at this point in the history
  • Loading branch information
arazadaz committed Feb 5, 2024
1 parent da0f864 commit aff7ef7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/arazadaz/dd/api/origins/Origin.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
package com.arazadaz.dd.api.origins;

import com.arazadaz.dd.api.Modes.*;
import net.minecraft.world.entity.LivingEntity;
import net.minecraft.world.phys.Vec3;

public class Origin {

public Vec3 pos;
private String[] formulas; //(for calculating from it(one for square and one for circle maybe), can be specified or uses a default formula)
private String[] formulas; //(for calculating from it(one for each radius mode), can be specified or uses a default global formula)
public String[] tags;
private double range; //How far out formula takes into consideration. Can be specified or uses a default global range
private boolean noCalculationBound; //Allows for origin to calculate past 1 or 100%
Expand Down

0 comments on commit aff7ef7

Please sign in to comment.