JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.spongepowered.api.data.value
Interface Value.Factory
Enclosing interface:
Value
<
E
>
public static interface
Value.Factory
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
<V extends
Value
<E>,
E>
V
immutableOf
(
Key
<V> key, E element)
<V extends
Value
<E>,
E>
V
mutableOf
(
Key
<V> key, E element)
Method Details
mutableOf
<V extends
Value
<E>,
E>
V
mutableOf
(
Key
<V> key, E element)
immutableOf
<V extends
Value
<E>,
E>
V
immutableOf
(
Key
<V> key, E element)