Class GeyserEntityProperties.Builder
java.lang.Object
org.geysermc.geyser.entity.properties.GeyserEntityProperties.Builder
- Enclosing class:
- GeyserEntityProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(@NonNull PropertyType<T, ? extends org.cloudburstmc.protocol.bedrock.data.entity.EntityProperty> property) @NonNull GeyserEntityPropertiesbuild()
-
Constructor Details
-
Builder
-
-
Method Details
-
add
public <T> GeyserEntityProperties.Builder add(@NonNull PropertyType<T, ? extends org.cloudburstmc.protocol.bedrock.data.entity.EntityProperty> property) -
build
-