Package team.lodestar.lodestone.handlers
Class ItemEventHandler.EventResponderSource
java.lang.Object
team.lodestar.lodestone.handlers.ItemEventHandler.EventResponderSource
- Enclosing class:
ItemEventHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal net.minecraft.resources.ResourceLocationfinal Function<net.minecraft.world.entity.LivingEntity, Collection<net.minecraft.world.item.ItemStack>> -
Constructor Summary
ConstructorsConstructorDescriptionEventResponderSource(net.minecraft.resources.ResourceLocation id, Function<net.minecraft.world.entity.LivingEntity, Collection<net.minecraft.world.item.ItemStack>> stackFunction) -
Method Summary
Modifier and TypeMethodDescriptiongetEventResponders(net.minecraft.world.entity.LivingEntity entity)
-
Field Details
-
id
public final net.minecraft.resources.ResourceLocation id -
stackFunction
public final Function<net.minecraft.world.entity.LivingEntity,Collection<net.minecraft.world.item.ItemStack>> stackFunction
-
-
Constructor Details
-
EventResponderSource
public EventResponderSource(net.minecraft.resources.ResourceLocation id, Function<net.minecraft.world.entity.LivingEntity, Collection<net.minecraft.world.item.ItemStack>> stackFunction)
-
-
Method Details
-
getEventResponders
public final ItemEventHandler.EventResponderLookupResult getEventResponders(net.minecraft.world.entity.LivingEntity entity)
-