Package net.minecraft.block
Class DoubleBlockProperties.PropertySource.Single<S>
java.lang.Object
net.minecraft.block.DoubleBlockProperties.PropertySource.Single<S>
- All Implemented Interfaces:
DoubleBlockProperties.PropertySource<S>
- Enclosing interface:
- DoubleBlockProperties.PropertySource<S>
public static final class DoubleBlockProperties.PropertySource.Single<S> extends Object implements DoubleBlockProperties.PropertySource<S>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.block.DoubleBlockProperties.PropertySource
DoubleBlockProperties.PropertySource.Pair<S>, DoubleBlockProperties.PropertySource.Single<S>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description <T> T
apply(DoubleBlockProperties.PropertyRetriever<? super S,T> retriever)
-
Field Details
-
single
-
-
Constructor Details
-
Single
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceDoubleBlockProperties.PropertySource<S>
-