Package net.minecraft.entity.passive
Class TropicalFishEntity.TropicalFishData
java.lang.Object
net.minecraft.entity.passive.SchoolingFishEntity.FishData
net.minecraft.entity.passive.TropicalFishEntity.TropicalFishData
- All Implemented Interfaces:
EntityData
- Enclosing class:
TropicalFishEntity
- Mappings:
Namespace Name official boe$b
intermediary net/minecraft/class_1474$class_1476
named net/minecraft/entity/passive/TropicalFishEntity$TropicalFishData
-
Field Summary
Modifier and TypeFieldDescription(package private) final int
(package private) final int
(package private) final int
(package private) final int
Fields inherited from class net.minecraft.entity.passive.SchoolingFishEntity.FishData
leader
-
Constructor Summary
ConstructorDescriptionTropicalFishData
(TropicalFishEntity leader, int shape, int pattern, int baseColor, int patternColor) -
Method Summary
-
Field Details
-
shape
final int shape- Mappings:
Namespace Name Mixin selector official b
Lboe$b;b:I
intermediary field_6899
Lnet/minecraft/class_1474$class_1476;field_6899:I
named shape
Lnet/minecraft/entity/passive/TropicalFishEntity$TropicalFishData;shape:I
-
pattern
final int pattern- Mappings:
Namespace Name Mixin selector official c
Lboe$b;c:I
intermediary field_6898
Lnet/minecraft/class_1474$class_1476;field_6898:I
named pattern
Lnet/minecraft/entity/passive/TropicalFishEntity$TropicalFishData;pattern:I
-
baseColor
final int baseColor- Mappings:
Namespace Name Mixin selector official d
Lboe$b;d:I
intermediary field_6897
Lnet/minecraft/class_1474$class_1476;field_6897:I
named baseColor
Lnet/minecraft/entity/passive/TropicalFishEntity$TropicalFishData;baseColor:I
-
patternColor
final int patternColor- Mappings:
Namespace Name Mixin selector official e
Lboe$b;e:I
intermediary field_6896
Lnet/minecraft/class_1474$class_1476;field_6896:I
named patternColor
Lnet/minecraft/entity/passive/TropicalFishEntity$TropicalFishData;patternColor:I
-
-
Constructor Details
-
TropicalFishData
TropicalFishData(TropicalFishEntity leader, int shape, int pattern, int baseColor, int patternColor) - Mappings:
Namespace Name Mixin selector official <init>
Lboe$b;<init>(Lboe;IIII)V
intermediary <init>
Lnet/minecraft/class_1474$class_1476;<init>(Lnet/minecraft/class_1474;IIII)V
named <init>
Lnet/minecraft/entity/passive/TropicalFishEntity$TropicalFishData;<init>(Lnet/minecraft/entity/passive/TropicalFishEntity;IIII)V
-