Package com.xpdustry.distributor.api.key
Interface Key<V>
- Type Parameters:
V- the type of the value.
@Immutable
public interface Key<V>
A key is typesafe way of retrieving values from containers.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
MINDUSTRY_NAMESPACE
The mindustry namespace. Used for keys originating from vanilla mindustry.- See Also:
-
DISTRIBUTOR_NAMESPACE
The distributor namespace. Used for keys originating from distributor.- See Also:
-
GENERATED_NAMESPACE
The generated namespace. Used for keys that are generated and do not need a specific name.- See Also:
-
-
Method Details