Package net.minecraft.world.biome
Class Biome.SpawnEntry
java.lang.Object
net.minecraft.util.WeightedPicker.Entry
net.minecraft.world.biome.Biome.SpawnEntry
- Enclosing class:
- Biome
public static class Biome.SpawnEntry extends WeightedPicker.Entry
- Mappings:
Namespace Name official ady$cintermediary net/minecraft/class_113$class_116named net/minecraft/world/biome/Biome$SpawnEntry
-
Field Summary
Fields Modifier and Type Field Description Class<? extends MobEntity>entityintmaxGroupSizeintminGroupSizeFields inherited from class net.minecraft.util.WeightedPicker.Entry
weight -
Constructor Summary
Constructors Constructor Description SpawnEntry(Class<? extends MobEntity> entity, int weight, int minGroupSize, int maxGroupSize) -
Method Summary
-
Field Details
-
entity
- Mappings:
Namespace Name Mixin selector official bLady$c;b:Ljava/lang/Class;intermediary field_439Lnet/minecraft/class_113$class_116;field_439:Ljava/lang/Class;named entityLnet/minecraft/world/biome/Biome$SpawnEntry;entity:Ljava/lang/Class;
-
minGroupSize
public int minGroupSize- Mappings:
Namespace Name Mixin selector official cLady$c;c:Iintermediary field_440Lnet/minecraft/class_113$class_116;field_440:Inamed minGroupSizeLnet/minecraft/world/biome/Biome$SpawnEntry;minGroupSize:I
-
maxGroupSize
public int maxGroupSize- Mappings:
Namespace Name Mixin selector official dLady$c;d:Iintermediary field_441Lnet/minecraft/class_113$class_116;field_441:Inamed maxGroupSizeLnet/minecraft/world/biome/Biome$SpawnEntry;maxGroupSize:I
-
-
Constructor Details
-
SpawnEntry
public SpawnEntry(Class<? extends MobEntity> entity, int weight, int minGroupSize, int maxGroupSize)- Mappings:
Namespace Name Mixin selector official <init>Lady$c;<init>(Ljava/lang/Class;III)Vintermediary <init>Lnet/minecraft/class_113$class_116;<init>(Ljava/lang/Class;III)Vnamed <init>Lnet/minecraft/world/biome/Biome$SpawnEntry;<init>(Ljava/lang/Class;III)V
-
-
Method Details
-
toString
- Overrides:
toStringin classObject- Mappings:
Namespace Name Mixin selector official toStringLady$c;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_113$class_116;toString()Ljava/lang/String;named toStringLnet/minecraft/world/biome/Biome$SpawnEntry;toString()Ljava/lang/String;
-