Klasse PostBlockPartDropLoot

java.lang.Object
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer
gollorum.signpost.minecraft.loot.PostBlockPartDropLoot

public class PostBlockPartDropLoot extends net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer

    net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.Builder<T extends net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.Builder<T>>, net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.EntryBase, net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.EntryConstructor
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer
     
    static final net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer
     
    static final com.mojang.serialization.MapCodec<PostBlockPartDropLoot>
     

    Von Klasse geerbte Felder net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer

    DEFAULT_QUALITY, DEFAULT_WEIGHT, functions, quality, weight

    Von Klasse geerbte Felder net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer

    conditions
  • Konstruktorübersicht

    Konstruktoren
    Modifizierer
    Konstruktor
    Beschreibung
    protected
    PostBlockPartDropLoot(int weight, int quality, List<net.minecraft.world.level.storage.loot.predicates.LootItemCondition> conditions, List<net.minecraft.world.level.storage.loot.functions.LootItemFunction> functions)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    default net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer
    and(net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer arg0)
     
    static net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.Builder<?>
     
    protected void
    createItemStack(Consumer<net.minecraft.world.item.ItemStack> consumer, net.minecraft.world.level.storage.loot.LootContext lootContext)
     
    net.minecraft.world.level.storage.loot.entries.LootPoolEntryType
     
    default net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer
    or(net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer arg0)
     

    Von Klasse geerbte Methoden net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer

    expand, simpleBuilder, singletonFields, validate

    Von Klasse geerbte Methoden net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer

    canRun, commonFields

    Von Klasse geerbte Methoden java.lang.Object

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

    • MAP_CODEC

      public static final com.mojang.serialization.MapCodec<PostBlockPartDropLoot> MAP_CODEC
    • ALWAYS_FALSE

      static final net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer ALWAYS_FALSE
    • ALWAYS_TRUE

      static final net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer ALWAYS_TRUE
  • Konstruktordetails

    • PostBlockPartDropLoot

      protected PostBlockPartDropLoot(int weight, int quality, List<net.minecraft.world.level.storage.loot.predicates.LootItemCondition> conditions, List<net.minecraft.world.level.storage.loot.functions.LootItemFunction> functions)
  • Methodendetails

    • createBuilder

      public static net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.Builder<?> createBuilder()
    • createItemStack

      protected void createItemStack(Consumer<net.minecraft.world.item.ItemStack> consumer, net.minecraft.world.level.storage.loot.LootContext lootContext)
      Angegeben von:
      createItemStack in Klasse net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer
    • getType

      public net.minecraft.world.level.storage.loot.entries.LootPoolEntryType getType()
      Angegeben von:
      getType in Klasse net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer
    • and

      default net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer and(net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer arg0)
    • or

      default net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer or(net.minecraft.world.level.storage.loot.entries.ComposableEntryContainer arg0)