Package net.minecraft.entity
Class EntityType.SpawnEggData
java.lang.Object
net.minecraft.entity.EntityType.SpawnEggData
- Enclosing class:
- EntityType
public static class EntityType.SpawnEggData extends Object
- Mappings:
Namespace Name official pm$aintermediary net/minecraft/class_1746$class_1747named net/minecraft/entity/EntityType$SpawnEggData
-
Field Summary
Fields Modifier and Type Field Description intbackgroundColorintforegroundColorintidStatkilledByEntityStatStatkillEntityStat -
Constructor Summary
Constructors Constructor Description SpawnEggData(int id, int foregroundColor, int backgroundColor) -
Method Summary
-
Field Details
-
id
public final int id- Mappings:
Namespace Name Mixin selector official aLpm$a;a:Iintermediary field_7417Lnet/minecraft/class_1746$class_1747;field_7417:Inamed idLnet/minecraft/entity/EntityType$SpawnEggData;id:I
-
foregroundColor
public final int foregroundColor- Mappings:
Namespace Name Mixin selector official bLpm$a;b:Iintermediary field_7418Lnet/minecraft/class_1746$class_1747;field_7418:Inamed foregroundColorLnet/minecraft/entity/EntityType$SpawnEggData;foregroundColor:I
-
backgroundColor
public final int backgroundColor- Mappings:
Namespace Name Mixin selector official cLpm$a;c:Iintermediary field_7419Lnet/minecraft/class_1746$class_1747;field_7419:Inamed backgroundColorLnet/minecraft/entity/EntityType$SpawnEggData;backgroundColor:I
-
killEntityStat
- Mappings:
Namespace Name Mixin selector official dLpm$a;d:Lmw;intermediary field_7420Lnet/minecraft/class_1746$class_1747;field_7420:Lnet/minecraft/class_1681;named killEntityStatLnet/minecraft/entity/EntityType$SpawnEggData;killEntityStat:Lnet/minecraft/stat/Stat;
-
killedByEntityStat
- Mappings:
Namespace Name Mixin selector official eLpm$a;e:Lmw;intermediary field_7421Lnet/minecraft/class_1746$class_1747;field_7421:Lnet/minecraft/class_1681;named killedByEntityStatLnet/minecraft/entity/EntityType$SpawnEggData;killedByEntityStat:Lnet/minecraft/stat/Stat;
-
-
Constructor Details
-
SpawnEggData
public SpawnEggData(int id, int foregroundColor, int backgroundColor)- Mappings:
Namespace Name Mixin selector official <init>Lpm$a;<init>(III)Vintermediary <init>Lnet/minecraft/class_1746$class_1747;<init>(III)Vnamed <init>Lnet/minecraft/entity/EntityType$SpawnEggData;<init>(III)V
-