Interface CopycatsPlusHelper

All Known Implementing Classes:
CopycatsPlusHelper.Instance, CopycatsPlusHelper.Stub

@ParametersAreNonnullByDefault public interface CopycatsPlusHelper
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final CopycatsPlusHelper
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<net.minecraft.world.level.block.state.BlockState>
    getCopycatMaterials(@Nullable net.minecraft.world.level.block.entity.BlockEntity be)
     
  • Field Details

  • Method Details

    • getCopycatMaterials

      List<net.minecraft.world.level.block.state.BlockState> getCopycatMaterials(@Nullable @Nullable net.minecraft.world.level.block.entity.BlockEntity be)