Package net.minecraft.entity
Interface EntityInteraction
public interface EntityInteraction
- Mappings:
Namespace Name official bcl
intermediary net/minecraft/class_4151
named net/minecraft/entity/EntityInteraction
-
Field Summary
Fields Modifier and Type Field Description static EntityInteraction
GOLEM_KILLED
static EntityInteraction
TRADE
static EntityInteraction
VILLAGER_HURT
static EntityInteraction
VILLAGER_KILLED
static EntityInteraction
ZOMBIE_VILLAGER_CURED
-
Method Summary
Static Methods Modifier and Type Method Description static EntityInteraction
create(String key)
-
Field Details
-
ZOMBIE_VILLAGER_CURED
- Mappings:
Namespace Name Mixin selector official a
Lbcl;a:Lbcl;
intermediary field_18474
Lnet/minecraft/class_4151;field_18474:Lnet/minecraft/class_4151;
named ZOMBIE_VILLAGER_CURED
Lnet/minecraft/entity/EntityInteraction;ZOMBIE_VILLAGER_CURED:Lnet/minecraft/entity/EntityInteraction;
-
GOLEM_KILLED
- Mappings:
Namespace Name Mixin selector official b
Lbcl;b:Lbcl;
intermediary field_18475
Lnet/minecraft/class_4151;field_18475:Lnet/minecraft/class_4151;
named GOLEM_KILLED
Lnet/minecraft/entity/EntityInteraction;GOLEM_KILLED:Lnet/minecraft/entity/EntityInteraction;
-
VILLAGER_HURT
- Mappings:
Namespace Name Mixin selector official c
Lbcl;c:Lbcl;
intermediary field_18476
Lnet/minecraft/class_4151;field_18476:Lnet/minecraft/class_4151;
named VILLAGER_HURT
Lnet/minecraft/entity/EntityInteraction;VILLAGER_HURT:Lnet/minecraft/entity/EntityInteraction;
-
VILLAGER_KILLED
- Mappings:
Namespace Name Mixin selector official d
Lbcl;d:Lbcl;
intermediary field_18477
Lnet/minecraft/class_4151;field_18477:Lnet/minecraft/class_4151;
named VILLAGER_KILLED
Lnet/minecraft/entity/EntityInteraction;VILLAGER_KILLED:Lnet/minecraft/entity/EntityInteraction;
-
TRADE
- Mappings:
Namespace Name Mixin selector official e
Lbcl;e:Lbcl;
intermediary field_18478
Lnet/minecraft/class_4151;field_18478:Lnet/minecraft/class_4151;
named TRADE
Lnet/minecraft/entity/EntityInteraction;TRADE:Lnet/minecraft/entity/EntityInteraction;
-
-
Method Details
-
create
- Mappings:
Namespace Name Mixin selector official a
Lbcl;a(Ljava/lang/String;)Lbcl;
intermediary method_19109
Lnet/minecraft/class_4151;method_19109(Ljava/lang/String;)Lnet/minecraft/class_4151;
named create
Lnet/minecraft/entity/EntityInteraction;create(Ljava/lang/String;)Lnet/minecraft/entity/EntityInteraction;
-