final class PlayerConfigData
Class PlayerConfigData. Provides playerconfigdata functionality for the Hytale server.
java.lang.Object > PlayerConfigData
Field Summary
blockIdVersion
Field blockIdVersion.
world
Field world.
preset
Field preset.
knownRecipes
Field knownRecipes.
unmodifiableKnownRecipes
Field unmodifiableKnownRecipes.
discoveredZones
Field discoveredZones.
unmodifiableDiscoveredZones
Field unmodifiableDiscoveredZones.
discoveredInstances
Field discoveredInstances.
unmodifiableDiscoveredInstances
Field unmodifiableDiscoveredInstances.
reputationData
Field reputationData.
unmodifiableReputationData
Field unmodifiableReputationData.
activeObjectiveUUIDs
Field activeObjectiveUUIDs.
unmodifiableActiveObjectiveUUIDs
Field unmodifiableActiveObjectiveUUIDs.
keySet
Field keySet.
iterator
Field iterator.
worldName
Field worldName.
Method Detail
PlayerConfigData
public
PlayerConfigData
()
Method PlayerConfigData.
getBlockIdVersion
int
getBlockIdVersion
()
Method getBlockIdVersion.
setBlockIdVersion
void
setBlockIdVersion
(final int blockIdVersion)
Method setBlockIdVersion.
- Parameters:
final intblockIdVersion
getWorld
String
getWorld
()
Method getWorld.
setWorld
void
setWorld
(@Nonnull final String world)
Method setWorld.
- Parameters:
@Nonnull final Stringworld
getPreset
String
getPreset
()
Method getPreset.
setPreset
void
setPreset
(@Nonnull final String preset)
Method setPreset.
- Parameters:
@Nonnull final Stringpreset
getKnownRecipes
Set
getKnownRecipes
()
Method getKnownRecipes.
setKnownRecipes
void
setKnownRecipes
(@Nonnull final Set knownRecipes)
Method setKnownRecipes.
- Parameters:
@Nonnull final SetknownRecipes
getPerWorldData
PlayerWorldData>
getPerWorldData
()
Method getPerWorldData.
PlayerWorldData
new
PlayerWorldData
(this)
Method PlayerWorldData.
- Parameters:
thisthis
setPerWorldData
void
setPerWorldData
(@Nonnull final Map perWorldData)
Method setPerWorldData.
- Parameters:
@Nonnull final MapperWorldData
getDiscoveredZones
Set
getDiscoveredZones
()
Method getDiscoveredZones.
setDiscoveredZones
void
setDiscoveredZones
(@Nonnull final Set discoveredZones)
Method setDiscoveredZones.
- Parameters:
@Nonnull final SetdiscoveredZones
getDiscoveredInstances
Set
getDiscoveredInstances
()
Method getDiscoveredInstances.
setDiscoveredInstances
void
setDiscoveredInstances
(@Nonnull final Set discoveredInstances)
Method setDiscoveredInstances.
- Parameters:
@Nonnull final SetdiscoveredInstances
getReputationData
Object2IntMap
getReputationData
()
Method getReputationData.
setReputationData
void
setReputationData
(@Nonnull final Object2IntMap reputationData)
Method setReputationData.
- Parameters:
@Nonnull final Object2IntMapreputationData
getActiveObjectiveUUIDs
Set
getActiveObjectiveUUIDs
()
Method getActiveObjectiveUUIDs.
setActiveObjectiveUUIDs
void
setActiveObjectiveUUIDs
(@Nonnull final Set activeObjectiveUUIDs)
Method setActiveObjectiveUUIDs.
- Parameters:
@Nonnull final SetactiveObjectiveUUIDs
markChanged
void
markChanged
()
Method markChanged.
consumeHasChanged
boolean
consumeHasChanged
()
Method consumeHasChanged.