Class SpawnSettings.SpawnEntry

java.lang.Object
net.minecraft.util.collection.WeightedPicker.Entry
net.minecraft.world.biome.SpawnSettings.SpawnEntry
Enclosing class:
SpawnSettings

public static class SpawnSettings.SpawnEntry
extends WeightedPicker.Entry
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<SpawnSettings.SpawnEntry> CODEC
    • type

      public final EntityType<?> type
    • minGroupSize

      public final int minGroupSize
    • maxGroupSize

      public final int maxGroupSize
  • Constructor Details

    • SpawnEntry

      public SpawnEntry​(EntityType<?> type, int weight, int minGroupSize, int maxGroupSize)
  • Method Details