Class LabyModEmoteConfiguration.Builder
java.lang.Object
eu.cloudnetservice.modules.npc.configuration.LabyModEmoteConfiguration.Builder
- Enclosing class:
LabyModEmoteConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int[]private longprivate longprivate int[]private int[]private boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()emoteIds(int[] emoteIds) maxEmoteDelayTicks(long maxEmoteDelayTicks) minEmoteDelayTicks(long minEmoteDelayTicks) onJoinEmoteIds(int[] onJoinEmoteIds) onKnockbackEmoteIds(int[] onKnockbackEmoteIds) syncEmotesBetweenNPCs(boolean syncEmotesBetweenNPCs)
-
Field Details
-
emoteIds
private int[] emoteIds -
onJoinEmoteIds
private int[] onJoinEmoteIds -
onKnockbackEmoteIds
private int[] onKnockbackEmoteIds -
minEmoteDelayTicks
private long minEmoteDelayTicks -
maxEmoteDelayTicks
private long maxEmoteDelayTicks -
syncEmotesBetweenNPCs
private boolean syncEmotesBetweenNPCs
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
emoteIds
-
onJoinEmoteIds
-
onKnockbackEmoteIds
@NonNull public @NonNull LabyModEmoteConfiguration.Builder onKnockbackEmoteIds(int[] onKnockbackEmoteIds) -
minEmoteDelayTicks
@NonNull public @NonNull LabyModEmoteConfiguration.Builder minEmoteDelayTicks(long minEmoteDelayTicks) -
maxEmoteDelayTicks
@NonNull public @NonNull LabyModEmoteConfiguration.Builder maxEmoteDelayTicks(long maxEmoteDelayTicks) -
syncEmotesBetweenNPCs
@NonNull public @NonNull LabyModEmoteConfiguration.Builder syncEmotesBetweenNPCs(boolean syncEmotesBetweenNPCs) -
build
-