mirror of
https://github.com/YouHaveTrouble/QuickerStacker.git
synced 2026-05-11 21:56:55 +00:00
main interaction that does nothing (on purpose)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package me.youhavetrouble.quickerstacker.interaction;
|
||||
|
||||
import com.hypixel.hytale.codec.builder.BuilderCodec;
|
||||
import com.hypixel.hytale.server.core.modules.interaction.interaction.config.SimpleInteraction;
|
||||
|
||||
public class QuickStackInteraction extends SimpleInteraction {
|
||||
|
||||
public static final BuilderCodec<QuickStackInteraction> CODEC = BuilderCodec
|
||||
.builder(QuickStackInteraction.class, QuickStackInteraction::new)
|
||||
.build();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user