Interface ServerPlayerResearch
- All Superinterfaces:
PlayerResearch
- All Known Implementing Classes:
PixelmonPlayerResearch
Specialization of
PlayerResearch
with an owner method that specifically returns a ServerPlayer
instance.-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.server.level.ServerPlayer
owner()
Gets the player which this research is for.Methods inherited from interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
abandon, complete, completeStage, currentStage, deserialize, handleInteractionEvent, isAssignment, isCollection, isComplete, isFavorite, nextStage, serialize, storage, toggleFavorite, type, update, update, uuid, write
-
Method Details
-
owner
net.minecraft.server.level.ServerPlayer owner()Description copied from interface:PlayerResearch
Gets the player which this research is for.- Specified by:
owner
in interfacePlayerResearch
- Returns:
- The player which this is for.
-