Package net.minecraft.tileentity
Interface TileEntityMerger.ICallbackWrapper<S>
-
- All Known Implementing Classes:
TileEntityMerger.ICallbackWrapper.Double
,TileEntityMerger.ICallbackWrapper.Single
- Enclosing class:
- TileEntityMerger
public static interface TileEntityMerger.ICallbackWrapper<S>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TileEntityMerger.ICallbackWrapper.Double<S>
static class
TileEntityMerger.ICallbackWrapper.Single<S>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
apply(TileEntityMerger.ICallback<? super S,T> p_apply_1_)
-
-
-
Method Detail
-
apply
<T> T apply(TileEntityMerger.ICallback<? super S,T> p_apply_1_)
-
-