Class LookBlocksBelowProvider
java.lang.Object
com.hypixel.hytale.builtin.adventure.objectives.config.worldlocationproviders.WorldLocationProvider
com.hypixel.hytale.builtin.adventure.objectives.config.worldlocationproviders.LookBlocksBelowProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String[]private int[]static final BuilderCodec<LookBlocksBelowProvider> protected intprotected intprotected intFields inherited from class com.hypixel.hytale.builtin.adventure.objectives.config.worldlocationproviders.WorldLocationProvider
BASE_CODEC -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLookBlocksBelowProvider(String[] blockTags, int count, int minRange, int maxRange) -
Method Summary
-
Field Details
-
CODEC
-
blockTags
-
count
protected int count -
minRange
protected int minRange -
maxRange
protected int maxRange -
blockTagsIndexes
private int[] blockTagsIndexes
-
-
Constructor Details
-
LookBlocksBelowProvider
-
LookBlocksBelowProvider
protected LookBlocksBelowProvider()
-
-
Method Details
-
runCondition
- Specified by:
runConditionin classWorldLocationProvider
-
equals
- Specified by:
equalsin classWorldLocationProvider
-
hashCode
public int hashCode()- Specified by:
hashCodein classWorldLocationProvider
-
toString
- Overrides:
toStringin classWorldLocationProvider
-