Class ExpandEntityHasScoreConditionBuilder

java.lang.Object
com.blamejared.crafttweaker.natives.loot.condition.builder.ExpandEntityHasScoreConditionBuilder

@ZenRegister public final class ExpandEntityHasScoreConditionBuilder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.level.storage.loot.predicates.LootItemCondition
    asSupplier(net.minecraft.world.level.storage.loot.predicates.EntityHasScoreCondition.Builder internal)
     
    static net.minecraft.world.level.storage.loot.predicates.EntityHasScoreCondition.Builder
    withScore(net.minecraft.world.level.storage.loot.predicates.EntityHasScoreCondition.Builder internal, String name, net.minecraft.world.level.storage.loot.IntRange range)
     

    Methods inherited from class java.lang.Object

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

    • ExpandEntityHasScoreConditionBuilder

      public ExpandEntityHasScoreConditionBuilder()
  • Method Details

    • withScore

      public static net.minecraft.world.level.storage.loot.predicates.EntityHasScoreCondition.Builder withScore(net.minecraft.world.level.storage.loot.predicates.EntityHasScoreCondition.Builder internal, String name, net.minecraft.world.level.storage.loot.IntRange range)
    • asSupplier

      public static net.minecraft.world.level.storage.loot.predicates.LootItemCondition asSupplier(net.minecraft.world.level.storage.loot.predicates.EntityHasScoreCondition.Builder internal)