Package net.minecraft.block
Interface DoubleBlockProperties.PropertySource<S>
- All Known Implementing Classes:
DoubleBlockProperties.PropertySource.Pair,DoubleBlockProperties.PropertySource.Single
- Enclosing class:
- DoubleBlockProperties
public static interface DoubleBlockProperties.PropertySource<S>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDoubleBlockProperties.PropertySource.Pair<S>static classDoubleBlockProperties.PropertySource.Single<S> -
Method Summary
Modifier and Type Method Description <T> Tapply(DoubleBlockProperties.PropertyRetriever<? super S,T> retriever)
-
Method Details
-
apply
-