Class GapPattern
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.patterns.Pattern
com.hypixel.hytale.builtin.hytalegenerator.patterns.GapPattern
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.hypixel.hytale.builtin.hytalegenerator.patterns.Pattern
Pattern.Context -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Patternprivate doubleprivate doubleprivate List<List<GapPattern.PositionedPattern>> private intprivate List<GapPattern.PositionedPattern> private intprivate Patternprivate doubleprivate SpaceSize -
Constructor Summary
ConstructorsConstructorDescriptionGapPattern(List<Float> angles, double gapSize, double anchorSize, double anchorRoughness, int depthDown, int depthUp, Pattern gapPattern, Pattern anchorPattern) -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(Pattern.Context context) private List<GapPattern.PositionedPattern> private List<GapPattern.PositionedPattern> renderHalfPositions(float angle) private List<GapPattern.PositionedPattern> renderPositions(float angle) Methods inherited from class com.hypixel.hytale.builtin.hytalegenerator.patterns.Pattern
noPattern, yesPattern
-
Field Details
-
axisPositionedPatterns
-
depthPositionedPatterns
-
gapSize
private double gapSize -
anchorSize
private double anchorSize -
anchorRoughness
private double anchorRoughness -
depthDown
private int depthDown -
depthUp
private int depthUp -
gapPattern
-
anchorPattern
-
readSpaceSize
-
-
Constructor Details
-
GapPattern
-
-
Method Details