Klasse PermissionCheck

java.lang.Object
gollorum.signpost.minecraft.loot.PermissionCheck
Alle implementierten Schnittstellen:
Predicate<net.minecraft.world.level.storage.loot.LootContext>, net.minecraft.world.level.storage.loot.LootContextUser, net.minecraft.world.level.storage.loot.predicates.LootItemCondition

public final class PermissionCheck extends Object implements net.minecraft.world.level.storage.loot.predicates.LootItemCondition
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifizierer und Typ
    Klasse
    Beschreibung
    static class 
     
    static enum 
     
  • Feldübersicht

    Von Schnittstelle geerbte Felder net.minecraft.world.level.storage.loot.predicates.LootItemCondition

    CODEC, DIRECT_CODEC, TYPED_CODEC
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    static net.minecraft.world.level.storage.loot.predicates.LootItemConditionType
     
    net.minecraft.world.level.storage.loot.predicates.LootItemConditionType
     
    boolean
    test(net.minecraft.world.level.storage.loot.LootContext lootContext)
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Von Schnittstelle geerbte Methoden net.minecraft.world.level.storage.loot.LootContextUser

    getReferencedContextParams, validate

    Von Schnittstelle geerbte Methoden java.util.function.Predicate

    and, negate, or
  • Konstruktordetails

  • Methodendetails

    • createConditionType

      public static net.minecraft.world.level.storage.loot.predicates.LootItemConditionType createConditionType()
    • getType

      public net.minecraft.world.level.storage.loot.predicates.LootItemConditionType getType()
      Angegeben von:
      getType in Schnittstelle net.minecraft.world.level.storage.loot.predicates.LootItemCondition
    • test

      public boolean test(net.minecraft.world.level.storage.loot.LootContext lootContext)
      Angegeben von:
      test in Schnittstelle Predicate<net.minecraft.world.level.storage.loot.LootContext>