Renamed Main Class of plugin from 'P' to 'SavageFactions', along with the plugin field from 'p' to 'plugin'

This commit is contained in:
ProSavage
2018-10-22 18:42:57 -05:00
parent 80e66d7d6c
commit 9aeb70404d
449 changed files with 3527 additions and 1875 deletions

View File

@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_181) on Wed Oct 17 16:45:48 CDT 2018 -->
<!-- Generated by javadoc (1.8.0_181) on Mon Oct 22 18:17:40 CDT 2018 -->
<title>FPlayer</title>
<meta name="date" content="2018-10-17">
<meta name="date" content="2018-10-22">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -113,9 +113,9 @@ extends <a href="../../../com/massivecraft/factions/iface/EconomyParticipator.ht
<div class="block">Logged in players always have exactly one FPlayer instance. Logged out players may or may not have an FPlayer
instance. They will always have one if they are part of a faction. This is because only players with a faction are
saved to disk (in order to not waste disk space).
<p/>
<plugin/>
The FPlayer is linked to a minecraft player using the player name.
<p/>
<plugin/>
The same instance is always returned for the same player. This means you can use the == operator. No .equals method
necessary.</div>
</li>