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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.world.entity.boss.enderdragon.phases declared as DragonPhaseInstanceModifier and TypeFieldDescriptionprivate DragonPhaseInstanceEnderDragonPhaseManager.currentPhaseprivate final DragonPhaseInstance[]EnderDragonPhaseManager.phasesFields in net.minecraft.world.entity.boss.enderdragon.phases with type parameters of type DragonPhaseInstanceModifier and TypeFieldDescriptionprivate final Class<? extends DragonPhaseInstance> EnderDragonPhase.instanceClassMethods 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> phase) Methods in net.minecraft.world.entity.boss.enderdragon.phases that return DragonPhaseInstanceModifier and TypeMethodDescriptionEnderDragonPhase.createInstance(EnderDragon dragon) 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 DragonPhaseInstanceModifierConstructorDescriptionprivateEnderDragonPhase(int id, Class<? extends DragonPhaseInstance> instanceClass, String name)