接口 SpecialHurtable
- 所有已知实现类:
MixinLivingEntity,MixinMob
public interface SpecialHurtable
-
字段概要
字段修饰符和类型字段说明static final Set<net.minecraft.world.entity.EntityType<?>> static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> -
方法概要
修饰符和类型方法说明default voidgunsmith$addUnsupportedTypeForSpecialHurt(net.minecraft.world.entity.EntityType<?> type, Throwable cause) voidvoidboolean
-
字段详细资料
-
UNSUPPORTED_TYPES
-
USE_SPECIAL_HURT
static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> USE_SPECIAL_HURT
-
-
方法详细资料
-
gunsmith$addUnsupportedTypeForSpecialHurt
default void gunsmith$addUnsupportedTypeForSpecialHurt(net.minecraft.world.entity.EntityType<?> type, Throwable cause) -
gunsmith$usingSpecialHurt
boolean gunsmith$usingSpecialHurt() -
gunsmith$beginSpecialHurt
void gunsmith$beginSpecialHurt() -
gunsmith$endSpecialHurt
void gunsmith$endSpecialHurt() -
getSpecialHurtFunction1
HurtFunction1 getSpecialHurtFunction1() -
getSpecialHurtFunction2
HurtFunction2 getSpecialHurtFunction2() -
getSpecialSetHealthFunction
FloatConsumer getSpecialSetHealthFunction()
-