Uses of Interface
net.minecraft.world.entity.boss.enderdragon.phases.DragonPhaseInstance
Packages that use DragonPhaseInstance
-
Uses of DragonPhaseInstance in net.minecraft.world.entity.boss.enderdragon.phases
Classes in net.minecraft.world.entity.boss.enderdragon.phases with type parameters of type DragonPhaseInstanceClasses in net.minecraft.world.entity.boss.enderdragon.phases that implement DragonPhaseInstanceModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.world.entity.boss.enderdragon.phases declared as DragonPhaseInstanceModifier and TypeFieldDescriptionprivate DragonPhaseInstance
EnderDragonPhaseManager.currentPhase
private final DragonPhaseInstance[]
EnderDragonPhaseManager.phases
Fields in net.minecraft.world.entity.boss.enderdragon.phases with type parameters of type DragonPhaseInstanceModifier and TypeFieldDescriptionprivate final Class<? extends DragonPhaseInstance>
EnderDragonPhase.instanceClass
Methods in net.minecraft.world.entity.boss.enderdragon.phases with type parameters of type DragonPhaseInstanceModifier and TypeMethodDescriptionprivate static <T extends DragonPhaseInstance>
EnderDragonPhase<T><T extends DragonPhaseInstance>
TEnderDragonPhaseManager.getPhase
(EnderDragonPhase<T> p_31419_) Methods in net.minecraft.world.entity.boss.enderdragon.phases that return DragonPhaseInstanceModifier and TypeMethodDescriptionEnderDragonPhase.createInstance
(EnderDragon p_31401_) EnderDragonPhaseManager.getCurrentPhase()
Methods in net.minecraft.world.entity.boss.enderdragon.phases that return types with arguments of type DragonPhaseInstanceModifier and TypeMethodDescriptionprotected Constructor<? extends DragonPhaseInstance>
EnderDragonPhase.getConstructor()
EnderDragonPhase<? extends DragonPhaseInstance>
DragonPhaseInstance.getPhase()
Constructor parameters in net.minecraft.world.entity.boss.enderdragon.phases with type arguments of type DragonPhaseInstanceModifierConstructorDescriptionprivate
EnderDragonPhase
(int p_31394_, Class<? extends DragonPhaseInstance> p_31395_, String p_31396_)