Class LevelSubEntities

java.lang.Object
eu.comosus.ananas.quirkyvehiclesframework.entity.LevelSubEntities

public class LevelSubEntities extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T extends net.minecraft.world.entity.Entity>
    void
    getExtraPartEntities(Predicate<? super T> predicate, List<? super T> outputList, int maxResults, net.minecraft.world.level.entity.EntityTypeTest<net.minecraft.world.entity.Entity,T> entityTypeTest, net.minecraft.world.entity.Entity entity, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.util.AbortableIterationConsumer.Continuation> cir)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LevelSubEntities

      public LevelSubEntities()
  • Method Details

    • getExtraPartEntities

      public static <T extends net.minecraft.world.entity.Entity> void getExtraPartEntities(Predicate<? super T> predicate, List<? super T> outputList, int maxResults, net.minecraft.world.level.entity.EntityTypeTest<net.minecraft.world.entity.Entity,T> entityTypeTest, net.minecraft.world.entity.Entity entity, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.util.AbortableIterationConsumer.Continuation> cir)