PlayerSettings

public class PlayerSettings

Class PlayerSettings. Provides playersettings functionality for the Hytale server.

java.lang.Object > PlayerSettings

Field Summary

No fields documented.

Method Detail

PlayerSettings

public record PlayerSettings (boolean showEntityMarkers, @Nonnull PickupLocation armorItemsPreferredPickupLocation, @Nonnull PickupLocation weaponAndToolItemsPreferredPickupLocation, @Nonnull PickupLocation usableItemsItemsPreferredPickupLocation, @Nonnull PickupLocation solidBlockItemsPreferredPickupLocation, @Nonnull PickupLocation miscItemsPreferredPickupLocation, PlayerCreativeSettings creativeSettings)

Method PlayerSettings.

Parameters:
boolean showEntityMarkers
@Nonnull PickupLocation armorItemsPreferredPickupLocation
@Nonnull PickupLocation weaponAndToolItemsPreferredPickupLocation
@Nonnull PickupLocation usableItemsItemsPreferredPickupLocation
@Nonnull PickupLocation solidBlockItemsPreferredPickupLocation
@Nonnull PickupLocation miscItemsPreferredPickupLocation
PlayerCreativeSettings creativeSettings

getComponentType

public PlayerSettings> getComponentType ()

Method getComponentType.

defaults

static PlayerSettings defaults ()

Method defaults.

clone

public Component clone ()

Method clone.