Skip to content

Commit

Permalink
added getter annotation to TrackedItemHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 21, 2023
1 parent d469e3a commit 5c3a671
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package muramasa.antimatter.capability.item;

import lombok.Getter;
import muramasa.antimatter.blockentity.multi.BlockEntityHatch;
import muramasa.antimatter.capability.IFilterableHandler;
import muramasa.antimatter.capability.IGuiHandler;
Expand All @@ -13,6 +14,8 @@

import java.util.function.BiPredicate;


@Getter
public class TrackedItemHandler<T extends IGuiHandler> extends ItemStackHandler implements ITrackedHandler {

private final T tile;
Expand Down

0 comments on commit 5c3a671

Please sign in to comment.