Class CriterionTriggerBase2ElectricBoogaloo.Instance

java.lang.Object
net.minecraft.advancements.critereon.AbstractCriterionTriggerInstance
com.lightning.northstar.advancements.CriterionTriggerBase2ElectricBoogaloo.Instance
All Implemented Interfaces:
net.minecraft.advancements.CriterionTriggerInstance
Direct Known Subclasses:
SimpleNorthstarTrigger.Instance
Enclosing class:
CriterionTriggerBase2ElectricBoogaloo<T extends CriterionTriggerBase2ElectricBoogaloo.Instance>

public abstract static class CriterionTriggerBase2ElectricBoogaloo.Instance extends net.minecraft.advancements.critereon.AbstractCriterionTriggerInstance
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instance(net.minecraft.resources.ResourceLocation criterion, net.minecraft.advancements.critereon.ContextAwarePredicate player)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract boolean
    test(List<Supplier<Object>> suppliers)
     

    Methods inherited from class net.minecraft.advancements.critereon.AbstractCriterionTriggerInstance

    getCriterion, getPlayerPredicate, serializeToJson, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Instance

      public Instance(net.minecraft.resources.ResourceLocation criterion, net.minecraft.advancements.critereon.ContextAwarePredicate player)
  • Method Details