| Package | Description |
|---|---|
| org.cloudburstmc.server.entity.impl | |
| org.cloudburstmc.server.level | |
| org.cloudburstmc.server.metadata | |
| org.cloudburstmc.server.player |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataValue> |
BaseEntity.getMetadata(String metadataKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseEntity.setMetadata(String metadataKey,
MetadataValue newMetadataValue) |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataValue> |
Level.getMetadata(String metadataKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
Level.setMetadata(String metadataKey,
MetadataValue newMetadataValue) |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataValue> |
MetadataStore.getMetadata(Object subject,
String metadataKey) |
List<MetadataValue> |
BlockMetadataStore.getMetadata(Object block,
String metadataKey) |
List<MetadataValue> |
Metadatable.getMetadata(String metadataKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataStore.setMetadata(Object subject,
String metadataKey,
MetadataValue newMetadataValue) |
void |
BlockMetadataStore.setMetadata(Object block,
String metadataKey,
MetadataValue newMetadataValue) |
void |
Metadatable.setMetadata(String metadataKey,
MetadataValue newMetadataValue) |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataValue> |
Player.getMetadata(String metadataKey) |
List<MetadataValue> |
OfflinePlayer.getMetadata(String metadataKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
Player.setMetadata(String metadataKey,
MetadataValue newMetadataValue) |
void |
OfflinePlayer.setMetadata(String metadataKey,
MetadataValue newMetadataValue) |
Copyright © 2020. All rights reserved.