public class ConstructBeaconCriterion extends AbstractCriterion<ConstructBeaconCriterion.Conditions>
Modifier and Type | Class and Description |
---|---|
static class |
ConstructBeaconCriterion.Conditions |
Criterion.ConditionsContainer<T extends CriterionConditions>
Modifier and Type | Field and Description |
---|---|
private static Identifier |
ID |
Constructor and Description |
---|
ConstructBeaconCriterion() |
Modifier and Type | Method and Description |
---|---|
ConstructBeaconCriterion.Conditions |
conditionsFromJson(JsonObject jsonObject,
EntityPredicate.Extended extended,
AdvancementEntityPredicateDeserializer advancementEntityPredicateDeserializer) |
Identifier |
getId() |
void |
trigger(ServerPlayerEntity player,
BeaconBlockEntity beacon) |
beginTrackingCondition, conditionsFromJson, endTracking, endTrackingCondition, test
private static final Identifier ID
public Identifier getId()
public ConstructBeaconCriterion.Conditions conditionsFromJson(JsonObject jsonObject, EntityPredicate.Extended extended, AdvancementEntityPredicateDeserializer advancementEntityPredicateDeserializer)
conditionsFromJson
in class AbstractCriterion<ConstructBeaconCriterion.Conditions>
public void trigger(ServerPlayerEntity player, BeaconBlockEntity beacon)