public static final class DoubleBlockProperties.PropertySource.Single<S> extends Object implements DoubleBlockProperties.PropertySource<S>
DoubleBlockProperties.PropertySource.Pair<S>, DoubleBlockProperties.PropertySource.Single<S>
Modifier and Type | Method and Description |
---|---|
<T> T |
apply(DoubleBlockProperties.PropertyRetriever<? super S,T> retriever) |
private final S single
public Single(S single)
public <T> T apply(DoubleBlockProperties.PropertyRetriever<? super S,T> retriever)
apply
in interface DoubleBlockProperties.PropertySource<S>