Interface DoubleBlockProperties.PropertySource<S>

All Known Implementing Classes:
DoubleBlockProperties.PropertySource.Pair, DoubleBlockProperties.PropertySource.Single
Enclosing class:
DoubleBlockProperties

public static interface DoubleBlockProperties.PropertySource<S>
Mappings:
Namespace Name
named net/minecraft/block/DoubleBlockProperties$PropertySource
intermediary net/minecraft/class_4732$class_4734
official dif$c
  • Method Details

    • apply

      <T> T apply(DoubleBlockProperties.PropertyRetriever<? super S,T> retriever)
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/block/DoubleBlockProperties$PropertySource;apply(Lnet/minecraft/block/DoubleBlockProperties$PropertyRetriever;)Ljava/lang/Object;
      intermediary apply Lnet/minecraft/class_4732$class_4734;apply(Lnet/minecraft/class_4732$class_3923;)Ljava/lang/Object;
      official apply Ldif$c;apply(Ldif$b;)Ljava/lang/Object;